make fantasy cell smaller

This commit is contained in:
2026-06-25 23:56:42 -04:00
parent 91cf160685
commit b132736a9f
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -18,6 +18,7 @@ LOGO_DIR = os.path.join(ASSET_DIR, "logos")
PANEL_WIDTH = 256
PANEL_HEIGHT = 32
GAME_WIDTH = 128
FANTASY_WIDTH = 64
DIVIDER_COLOR = (40, 40, 40)
font = graphics.Font()