make discord presence id a constant

This commit is contained in:
csd4ni3l
2025-05-01 19:06:26 +02:00
parent c8971cc8ae
commit fb5691bcf7
3 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ from arcade.gui.widgets.slider import UISliderStyle
menu_background_color = (30, 30, 47)
log_dir = 'logs'
discord_presence_id = 1360953272843632680
CELL_SIZE = 48
ROWS = 14
COLS = 14