diff options
| author | yum <yum.food.vr@gmail.com> | 2022-11-25 12:27:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-11-25 12:30:29 -0800 |
| commit | a9e22d486432295c0185d317f5064cd1bc9c1738 (patch) | |
| tree | 20142b207e5dba8c1eae01b7b49265f0ec872b1c /generate_fonts.py | |
| parent | ae9ac5ba5942447f47d8d996d2d340381e730c33 (diff) | |
Code cleanup
Reorganize locations, remove a couple unused parameters.
Diffstat (limited to 'generate_fonts.py')
| -rw-r--r-- | generate_fonts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_fonts.py b/generate_fonts.py index 6564c09..ef5bfc5 100644 --- a/generate_fonts.py +++ b/generate_fonts.py @@ -143,5 +143,5 @@ for nth_texture in range(0, total_textures): draw.text((col * font_pixels / 2, (row - row_begin) * font_pixels + font_info.dy), char, font=font_info.font, fill=255) - image.save("font-%01d.png" % nth_texture) + image.save("Fonts/Bitmaps/font-%01d.png" % nth_texture) |
