diff options
Diffstat (limited to 'graphics/particles/peixe-salto8.xml')
-rw-r--r-- | graphics/particles/peixe-salto8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/particles/peixe-salto8.xml b/graphics/particles/peixe-salto8.xml new file mode 100644 index 0000000..c4611c4 --- /dev/null +++ b/graphics/particles/peixe-salto8.xml @@ -0,0 +1,20 @@ +<?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="6400"/> + <sequence start="50" end="58" delay="80"/> + <frame index="19" delay="80"/> + <frame index="29" delay="5600"/> + </animation> + + </particle> + +</effect> |