Use the terminal16x16 font for the 01 script

This commit is contained in:
Eryn Wells 2022-04-26 20:36:33 -07:00
parent f6ed6f0627
commit 9826cd9e73

View file

@ -10,7 +10,7 @@ def main() -> None:
# Load the font, a 32 by 8 tile font with libtcod's old character layout. # Load the font, a 32 by 8 tile font with libtcod's old character layout.
tileset = tcod.tileset.load_tilesheet( tileset = tcod.tileset.load_tilesheet(
"dejavu10x10_gs_tc.png", 32, 8, tcod.tileset.CHARMAP_TCOD, "fonts/terminal16x16_gs_ro.png", 16, 16, tcod.tileset.CHARMAP_CP437,
) )
# Create the main console. # Create the main console.