modify styling

This commit is contained in:
2026-08-02 06:20:10 -04:00
parent 0dd4b0c5cc
commit 86c0b0a848
5 changed files with 12017 additions and 25 deletions
+2
View File
@@ -23,7 +23,9 @@ DIVIDER_COLOR = (40, 40, 40)
font = graphics.Font()
font_small = graphics.Font()
font_super_small = graphics.Font()
font_big = graphics.Font()
font.LoadFont(os.path.join(ASSET_DIR, "fonts/7x13.bdf"))
font_small.LoadFont(os.path.join(ASSET_DIR, "fonts/5x7.bdf"))
font_super_small.LoadFont(os.path.join(ASSET_DIR, "fonts/4x6.bdf"))
font_big.LoadFont(os.path.join(ASSET_DIR, "fonts/9x18.bdf"))