diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 03:12:42 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 03:12:42 -0200 |
commit | b17037d6d8f6acc6589aef1249f0c9a46b51874c (patch) | |
tree | 662e4e0404c7650173ba1f7bb871677a8df8f4d8 /graphics/particles/circle-magic-short.xml | |
parent | f6d1fda8571bb819b85021c0ce9edbce268bcdd2 (diff) | |
download | clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.gz clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.bz2 clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.tar.xz clientdata-b17037d6d8f6acc6589aef1249f0c9a46b51874c.zip |
Update effects
Diffstat (limited to 'graphics/particles/circle-magic-short.xml')
-rw-r--r-- | graphics/particles/circle-magic-short.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/particles/circle-magic-short.xml b/graphics/particles/circle-magic-short.xml new file mode 100644 index 00000000..6b724c9d --- /dev/null +++ b/graphics/particles/circle-magic-short.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<effect> + <particle + position-x = "16" + position-y = "24" + position-z = "0" + lifetime="500" + > + + <animation imageset="graphics/particles/circle-magic.png" width="78" height="55"> + <sequence start="0" end="9" delay="80"/> + </animation> + + <emitter> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" value="0"/> + <property name="lifetime" value="1"/> + <property name="output" min="0" max="1"/> + <property name="power" value="30"/> + <emitter> + <property name="vertical-angle" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" value="1"/> + <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17"> + <sequence start="0" end="9" delay="80"/> + <end/> + </animation> + </emitter> + </emitter> + + </particle> +</effect> |