modify styling
This commit is contained in:
@@ -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"))
|
||||
Reference in New Issue
Block a user