From 9fced4d9846a1029eebe299f132f667eeeea63db Mon Sep 17 00:00:00 2001 From: entrpntr Date: Thu, 21 May 2020 16:11:48 -0400 Subject: Add tileset pngs. --- tools/gfx.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/gfx.py') 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 -- cgit v1.2.3