Resize hotbar to proper size for larger px sizes.

This commit is contained in:
Auke Kok 2016-04-05 22:23:14 -07:00
parent 93ec58dbfc
commit 17679c6f12

View File

@ -451,8 +451,8 @@ RENAMES
# hotbar
if [ -f _n/widgets.png ]; then
convert _n/widgets.png -background none -gravity NorthWest -crop 24x24+0+22 gui_hotbar_selected.png
convert _n/widgets.png -background none -gravity NorthWest -extent 182x22 \
convert _n/widgets.png -resize 256x256 -background none -gravity NorthWest -crop 24x24+0+22 gui_hotbar_selected.png
convert _n/widgets.png -resize 256x256 -background none -gravity NorthWest -extent 182x22 \
\( -clone 0 -crop 22x22+160+0 \) -geometry +140+0 -composite \
-gravity West -extent 162x22 gui_hotbar.png
echo -e "." >> _n/_tot