diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-21 16:11:48 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-21 16:17:13 -0400 |
commit | 9fced4d9846a1029eebe299f132f667eeeea63db (patch) | |
tree | 6945848f2ab8fb7086930adda27e2c4914ae69c4 /tools/gfx.py | |
parent | fcfb597d09390daf0926d17c24940e235cb76c20 (diff) |
Add tileset pngs.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index ff0802c7..520f55d0 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -194,6 +194,9 @@ def filepath_rules(filepath): else: args['width'] = 16 + elif 'gfx/tilesets' in filedir: + args['width'] = 128 + elif 'gfx/trainer_card' in filedir: if name in ['badges', 'trainer_card']: args['width'] = 16 |