Let's try again
This commit is contained in:
parent
036537ea4e
commit
65cd292113
@ -3,13 +3,13 @@
|
||||
# Game textures.
|
||||
echo "Optimizing game textures..."
|
||||
for i in `find source/ -name "*.png" -type f`; do
|
||||
"optipng $i"
|
||||
optipng $i
|
||||
done
|
||||
|
||||
# Menu textures.
|
||||
echo "Optimizing menu textures..."
|
||||
for i in `find menu/ -name "*.png" -type f`; do
|
||||
"optipng $i"
|
||||
optipng $i
|
||||
done
|
||||
|
||||
echo "Done."
|
Loading…
x
Reference in New Issue
Block a user