diff options
Diffstat (limited to 'graphics/particles/circle-magic.xml')
| -rw-r--r-- | graphics/particles/circle-magic.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/particles/circle-magic.xml b/graphics/particles/circle-magic.xml index ce597fba..64be7747 100644 --- a/graphics/particles/circle-magic.xml +++ b/graphics/particles/circle-magic.xml @@ -1,9 +1,16 @@ <?xml version="1.0"?> + <effect> - <particle position-x="16" position-y="24" position-z="0"> + <particle + position-x = "16" + position-y = "24" + position-z = "0" + > + <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"/> @@ -20,5 +27,6 @@ </animation> </emitter> </emitter> + </particle> </effect> |