Tweaks
This commit is contained in:
2
setup.py
2
setup.py
@ -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):
|
||||
|
Reference in New Issue
Block a user