mirror of
https://github.com/pret/pokegold.git
synced 2026-09-10 09:35:32 -05:00
Fix gfx/tilesets/roofs png rules
This commit is contained in:
@@ -226,10 +226,11 @@ def filepath_rules(filepath):
|
||||
args['width'] = 16
|
||||
|
||||
elif 'gfx/tilesets' in filedir:
|
||||
if filedir != 'gfx/tilesets':
|
||||
if filedir == 'gfx/tilesets/roofs':
|
||||
args['width'] = 24
|
||||
elif filedir != 'gfx/tilesets':
|
||||
args['width'] = 8
|
||||
else:
|
||||
args['width'] = 128
|
||||
args['tileset'] = True
|
||||
|
||||
elif 'gfx/trainer_card' in filedir:
|
||||
|
||||
Reference in New Issue
Block a user