kopia lustrzana https://github.com/villares/sketch-a-day
285 no save
rodzic
bcf0f28cb8
commit
5da20caf62
|
@ -30,10 +30,10 @@ def draw():
|
||||||
if not frameCount % 12:
|
if not frameCount % 12:
|
||||||
init_grid(GRID_SIZE)
|
init_grid(GRID_SIZE)
|
||||||
|
|
||||||
if ang <= PI:
|
# if ang <= PI:
|
||||||
saveFrame("###.png")
|
# saveFrame("###.png")
|
||||||
else:
|
# else:
|
||||||
noLoop()
|
# noLoop()
|
||||||
|
|
||||||
def init_grid(grid_size):
|
def init_grid(grid_size):
|
||||||
Node.border = 50
|
Node.border = 50
|
||||||
|
|
Ładowanie…
Reference in New Issue