diff options
Diffstat (limited to 'graphics/particles/peixe-salto2.xml')
-rw-r--r-- | graphics/particles/peixe-salto2.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/peixe-salto2.xml b/graphics/particles/peixe-salto2.xml new file mode 100644 index 0000000..ca87814 --- /dev/null +++ b/graphics/particles/peixe-salto2.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> + +<effect> + + <particle + position-x = "0" + position-y = "0" + position-z = "0" + > + + <animation imageset="graphics/particles/peixe-salto.png" width="32" height="32"> + <frame index="29" delay="3000"/> + <sequence start="10" end="19" delay="80"/> + <frame index="29" delay="7000"/> + </animation> + + </particle> + +</effect> |