diff options
Diffstat (limited to 'data/global.pl')
-rw-r--r-- | data/global.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl index 29f1a6c9..ca1df4d3 100644 --- a/data/global.pl +++ b/data/global.pl @@ -137,13 +137,19 @@ our %M = ( # Options for jsgen.pl our %JSGEN = ( compress => undef, + gzip => undef, ); # Options for spritegen.pl our %SPRITEGEN = ( slow => 0, - pngcrush => undef, + crush => undef, +); + +# Options for skingen.pl +our %SKINGEN = ( + gzip => undef, ); |