summaryrefslogtreecommitdiff
path: root/tools/gfx.py
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-21 16:11:48 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-21 16:17:13 -0400
commit9fced4d9846a1029eebe299f132f667eeeea63db (patch)
tree6945848f2ab8fb7086930adda27e2c4914ae69c4 /tools/gfx.py
parentfcfb597d09390daf0926d17c24940e235cb76c20 (diff)
Add tileset pngs.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r--tools/gfx.py3
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