comparison demos/shooter/objects/ships/saucer1/explode/animation.xml @ 463:ac0f62a07a3e

Added enemy explosions and other animations. Remove the enemies from the scene after the explosion animation is complete.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 12 Apr 2010 20:41:24 +0000
parents
children
comparison
equal deleted inserted replaced
462:c4f745a566d6 463:ac0f62a07a3e
1 <animation delay="100" namespace="http://www.fifengine.de/xml/tutorial" id="saucer1:explode" x_offset="0" y_offset="0">
2 <frame source="saucer1_0.png" />
3 <frame source="saucer1_1.png" />
4 <frame source="saucer1_2.png" />
5 <frame source="saucer1_3.png" />
6 <frame source="saucer1_4.png" />
7 <frame source="saucer1_5.png" />
8 </animation>
9