Skip to content

Commit

Permalink
Update GameScene.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZyMa-1 committed Feb 18, 2024
1 parent 7974133 commit 7d1865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conways_game_of_life/core/graphics_view/GameScene.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .CellItem import CellItem
from ..enums import CellEditMode, SceneCellType

DEFAULT_SIZE: Final[Tuple[int, int]] = (1536, 1536). # default size of the scene
DEFAULT_SIZE: Final[Tuple[int, int]] = (1536, 1536) # default size of the scene

DEFAULT_BORDER_THICKNESS: Final[float] = 1 # (assigned to attribute)
DEFAULT_TURN_DURATION: Final[int] = 1500 # ms (assigned to attribute)
Expand Down

0 comments on commit 7d1865e

Please sign in to comment.