mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 04:23:42 +01:00
fix randomized grids, fix generation fps naming to generations per second. fix spacing
This commit is contained in:
@@ -6,7 +6,7 @@ from arcade.gui.widgets.slider import UISliderStyle
|
||||
COLS = 128
|
||||
ROWS = 96
|
||||
CELL_SIZE = 6
|
||||
SPACING = 1.75
|
||||
SPACING = 1
|
||||
|
||||
discord_presence_id = 1363780625928028200
|
||||
log_dir = 'logs'
|
||||
|
||||
Reference in New Issue
Block a user