mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2026-01-01 04:23:42 +01:00
make discord presence id a constant
This commit is contained in:
@@ -9,6 +9,7 @@ CELL_SIZE = 10
|
||||
SPACING = 2
|
||||
NEIGHBORS = [(-1, 0), (-1, 1), (-1, -1),(0, 0), (0, 1), (0, -1), (1, 0), (1, 1), (1, -1)]
|
||||
|
||||
discord_presence_id = 1363780625928028200
|
||||
log_dir = 'logs'
|
||||
menu_background_color = arcade.color.DARK_SLATE_GRAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user