Alexandre B A Villares 2019-01-14 20:33:38 -02:00
rodzic 07bce3c2bc
commit baf38c5207
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -11,10 +11,10 @@ from random import choice
add_library('GifAnimation')
from gif_exporter import gif_export
CELL_SIZE = 25
Cell.step_start = -6
CELL_SIZE = 20
Cell.step_start = -5
Cell.step_end = 7
Cell.step = 4
Cell.step = 3
modulus = 3
def setup():