]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - models/weapons/make-sprites.sh
Update hash
[xonotic/xonotic-data.pk3dir.git] / models / weapons / make-sprites.sh
index 50f3fc672886a97cbc72553100005a31f96f63ae..3b8c437211993706720d03d9e4a718c393b4a9d8 100755 (executable)
@@ -12,6 +12,7 @@ sprite()
 
        # Text
        exec {FD}< <(convert \
+       -auto-orient \
        -size 185x120 \
        -background transparent \
        -fill "#$color" \
@@ -38,6 +39,7 @@ sprite()
        yb2=$((yb1+15-1))
 
        exec {FD}< <(convert \
+       -auto-orient \
        -size 256x256 \
        -background transparent \
        -fill "#$color" \