Resize hotbar to proper size for larger px sizes.
This commit is contained in:
parent
93ec58dbfc
commit
17679c6f12
@ -451,8 +451,8 @@ RENAMES
|
|||||||
|
|
||||||
# hotbar
|
# hotbar
|
||||||
if [ -f _n/widgets.png ]; then
|
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 -resize 256x256 -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 -extent 182x22 \
|
||||||
\( -clone 0 -crop 22x22+160+0 \) -geometry +140+0 -composite \
|
\( -clone 0 -crop 22x22+160+0 \) -geometry +140+0 -composite \
|
||||||
-gravity West -extent 162x22 gui_hotbar.png
|
-gravity West -extent 162x22 gui_hotbar.png
|
||||||
echo -e "." >> _n/_tot
|
echo -e "." >> _n/_tot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user