diff options
Diffstat (limited to 'graphics/particles/black-glow.particle.xml')
-rw-r--r-- | graphics/particles/black-glow.particle.xml | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/graphics/particles/black-glow.particle.xml b/graphics/particles/black-glow.particle.xml index 67c09ad7..dfb832ca 100644 --- a/graphics/particles/black-glow.particle.xml +++ b/graphics/particles/black-glow.particle.xml @@ -1,17 +1,11 @@ <?xml version="1.0"?> -<!-- -Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect. ---> -<!-- Copyright (C) 2010 The Mana World Development Team -Copyright (C) 2010-2011 Evol Online --> +<!-- Author from The Mana World +Copyright (C) 2010-2012 Evol Online --> <effect> <particle - position-x = "0" - position-y = "0" - position-z = "0" - > + position-x="0" position-y="0" position-z="0"> <emitter> - <property name="position-z" min="16" max="48" /> + <property name="position-z" min="16" max="48"/> <property name="vertical-angle" min="0" max="90"/> <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="10" max="25"/> @@ -31,10 +25,10 @@ Copyright (C) 2010-2011 Evol Online --> <emitter> <property name="gravity" value="-0.2"/> <property name="momentum" value="0.9"/> - <animation imageset="graphics/particles/sparkle.png|W:#000000" width="15" height="15"> - <sequence start="0" end="3" delay="50" /> - <frame index="0" delay="100" /> - </animation> + <animation imageset="graphics/particles/sparkle.png|W:#000000" width="15" height="15"> + <sequence start="0" end="3" delay="50"/> + <frame index="0" delay="100"/> + </animation> <property name="lifetime" value="35"/> <property name="fade-in" value="5"/> <property name="fade-out" value="20"/> |