diff options
Diffstat (limited to 'tools/gfx.py')
-rw-r--r-- | tools/gfx.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gfx.py b/tools/gfx.py index b84aa57d..79dd6f61 100644 --- a/tools/gfx.py +++ b/tools/gfx.py @@ -107,6 +107,10 @@ def filepath_rules(filepath): elif name == 'balls': args['width'] = 32 + elif 'gfx/font' in filedir: + if name == 'font_inversed': + args['width'] = 128 + elif 'gfx/icons' in filedir: if name == 'mail_big': args['width'] = 16 |