Added proper auto-fire mode with animations to the Ultimate Droid theme

This commit is contained in:
pelya
2010-09-01 13:04:55 +03:00
parent 0341f13114
commit ab7d052202
32 changed files with 157 additions and 44 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -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