diff --git a/mcresconvert.sh b/mcresconvert.sh index e57f1fb..6f75355 100755 --- a/mcresconvert.sh +++ b/mcresconvert.sh @@ -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