Resize heart / health bar icons as well.

This commit is contained in:
Auke Kok 2016-04-05 22:26:25 -07:00
parent 17679c6f12
commit 406b5f8b65

View File

@ -461,8 +461,8 @@ RENAMES
# health & breath
if [ -f _n/icons.png ]; then
convert _n/icons.png -background none -gravity NorthWest -crop 9x9+52+0 heart.png
convert _n/icons.png -background none -gravity NorthWest -crop 9x9+16+18 bubble.png
convert _n/icons.png -resize 256x256 -background none -gravity NorthWest -crop 9x9+52+0 heart.png
convert _n/icons.png -resize 256x256 -background none -gravity NorthWest -crop 9x9+16+18 bubble.png
echo -e "." >> _n/_tot
echo -e "." >> _n/_counter
fi