diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-24 01:27:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 01:27:32 -0300 |
commit | e36716d43b9963df541d594e145673ccdef40de0 (patch) | |
tree | ca3cbe5355011a6e65d723b94c7cb2737ab04081 /graphics/particles/peixe-salto1.xml | |
parent | 0fb56b9de14f2a92ebfbe84695758e1b124a8c6d (diff) | |
download | clientdata-e36716d43b9963df541d594e145673ccdef40de0.tar.gz clientdata-e36716d43b9963df541d594e145673ccdef40de0.tar.bz2 clientdata-e36716d43b9963df541d594e145673ccdef40de0.tar.xz clientdata-e36716d43b9963df541d594e145673ccdef40de0.zip |
Jumping fish by Diogo (Why not a fishing spot? Bc not enough fish, ofc)
Diffstat (limited to 'graphics/particles/peixe-salto1.xml')
-rw-r--r-- | graphics/particles/peixe-salto1.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/particles/peixe-salto1.xml b/graphics/particles/peixe-salto1.xml new file mode 100644 index 00000000..2bd942d1 --- /dev/null +++ b/graphics/particles/peixe-salto1.xml @@ -0,0 +1,18 @@ +<?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"> + <sequence start="0" end="9" delay="80"/> + <frame index="29" delay="10000"/> + </animation> + + </particle> + +</effect> |