Use the terminal16x16 font for the 01 script
This commit is contained in:
parent
f6ed6f0627
commit
9826cd9e73
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def main() -> None:
|
|||
|
||||
# Load the font, a 32 by 8 tile font with libtcod's old character layout.
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue