This commit is contained in:
2019-09-23 14:58:05 +01:00
parent 8039da3718
commit ea70fb6000
3 changed files with 17 additions and 15 deletions

View File

@ -60,7 +60,7 @@ def Spiral(count, startRadius=10, loops=2, **kwargs):
with Screen('main', width=1920, height=1080) as screen:
with Screen('main', width=Width, height=Height) as screen:
with Pattern('beads', width=BeadSeparation * 2, height=BeadSeparation * 2) as beads:
for x in range(3):
for y in range(3):