diff --git a/s353/s353.pyde b/s353/s353.pyde index 521f9cb1..8fe312fd 100644 --- a/s353/s353.pyde +++ b/s353/s353.pyde @@ -7,7 +7,7 @@ from cell import Cell from random import choice from java.awt import Toolkit -CELL_SIZE = 40 +CELL_SIZE = 10 Cell.grid = dict() xo, yo = 100, 100