support other modes

This commit is contained in:
2026-06-25 23:45:40 -04:00
parent e5ef73a19a
commit dd9343c59f
3 changed files with 21 additions and 9 deletions
+5
View File
@@ -15,6 +15,11 @@ SCRIPT_DIR = Path(__file__).parent.resolve()
ASSET_DIR = os.path.join(SCRIPT_DIR, "../assets")
LOGO_DIR = os.path.join(ASSET_DIR, "logos")
PANEL_WIDTH = 256
PANEL_HEIGHT = 32
GAME_WIDTH = 128
DIVIDER_COLOR = (40, 40, 40)
font = graphics.Font()
font_small = graphics.Font()
font_big = graphics.Font()