Skip to content

Commit

Permalink
Fixing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 13, 2024
1 parent 78ca1e4 commit cb12927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scripts/create_fontmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
ROOT = os.path.dirname(__file__)

def main():
create_fontmap_16('font-tiles-16.png', 'FONT16.dat', 10)
create_fontmap_8('font-tiles-8.png', 'FONT8.dat', 6)
create_fontmap_16('font-tiles-16.png', 'FONT16.DAT', 10)
create_fontmap_8('font-tiles-8.png', 'FONT8.DAT', 6)

def create_fontmap_16(infile, outfile, rows):
"""
Expand Down

0 comments on commit cb12927

Please # to comment.