diff options
Diffstat (limited to 'graphics/particles/lightning2.xml')
-rw-r--r-- | graphics/particles/lightning2.xml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/graphics/particles/lightning2.xml b/graphics/particles/lightning2.xml index 6640278f..964ce34a 100644 --- a/graphics/particles/lightning2.xml +++ b/graphics/particles/lightning2.xml @@ -1,24 +1,14 @@ <?xml version="1.0"?> - -<!-- -An explosion of white particles. ---> - -<!-- 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 = "131" - lifetime = "1" - > + position-x="0" position-y="0" position-z="131" lifetime="1"> <emitter> <property name="power" min="0" max="0"/> <property name="gravity" value="0"/> - <property name="image" value="graphics/particles/lightning2-263.png"/> + <property name="image" value="graphics/particles/lightning2-263.png"/> <property name="lifetime" min="5" max="10"/> - <property name="output" value="1"/> <property name="fade-out" value="8"/> </emitter> </particle> |