Added proper auto-fire mode with animations to the Ultimate Droid theme
This commit is contained in:
BIN
project/themes/UltimateDroid/UltimateDroidButton1Auto.png
Normal file
BIN
project/themes/UltimateDroid/UltimateDroidButton1Auto.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
project/themes/UltimateDroid/UltimateDroidButton1AutoAnim.png
Normal file
BIN
project/themes/UltimateDroid/UltimateDroidButton1AutoAnim.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
project/themes/UltimateDroid/UltimateDroidButton2Auto.png
Normal file
BIN
project/themes/UltimateDroid/UltimateDroidButton2Auto.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
project/themes/UltimateDroid/UltimateDroidButton2AutoAnim.png
Normal file
BIN
project/themes/UltimateDroid/UltimateDroidButton2AutoAnim.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
@@ -3,7 +3,7 @@
|
||||
for f in ../UltimateDroid/*.png; do
|
||||
newname=`echo $f | sed 's@.*/@@' | tr '[A-Z]' '[a-z]'`.raw
|
||||
./converter $f ../../res/raw/$newname
|
||||
gzip < ../../res/raw/$newname > ../../res/raw/$newname.gz
|
||||
gzip -9 < ../../res/raw/$newname > ../../res/raw/$newname.gz
|
||||
mv -f ../../res/raw/$newname.gz ../../res/raw/$newname
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user