diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-20 21:27:44 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-20 21:36:29 -0400 |
commit | b87cc706430f281d6af24daa942890574449a803 (patch) | |
tree | 6d292a71a1c5d302b57c3e85cf40a5f52dfddfcd /tools/gfx.py | |
parent | 2883bfb9b1d3db35d9f1cb61ee0d9c015df4de30 (diff) |
Miscellaneous cleanup before continuing.
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index e1f5b147..2505499d 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -168,6 +168,14 @@ def filepath_rules(filepath): elif name == 'gfx_17079': args['width'] = 16 + elif 'gfx/player' in filedir: + if name == 'chris_back': + args['pic_dimensions'] = 6, 6 + + elif 'gfx/battle' in filedir: + if name == 'dude': + args['pic_dimensions'] = 6, 6 + elif os.path.join(filedir, name) in pics: args['pic'] = True |