diff options
Diffstat (limited to 'graphics/particles/lightning3.xml')
-rw-r--r-- | graphics/particles/lightning3.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/graphics/particles/lightning3.xml b/graphics/particles/lightning3.xml index 47cc9d1b..5ed23504 100644 --- a/graphics/particles/lightning3.xml +++ b/graphics/particles/lightning3.xml @@ -7,19 +7,19 @@ An explosion of white particles. <!-- Copyright (C) 2010 The Mana World Development Team Copyright (C) 2010-2011 Evol Online --> <effect> - <particle - position-x = "0" - position-y = "0" - position-z = "137" - lifetime = "1" - > - <emitter> - <property name="power" min="0" max="0"/> - <property name="gravity" value="0"/> + <particle + position-x = "0" + position-y = "0" + position-z = "137" + lifetime = "1" + > + <emitter> + <property name="power" min="0" max="0"/> + <property name="gravity" value="0"/> <property name="image" value="graphics/particles/lightning3-275.png"/> - <property name="lifetime" min="5" max="10"/> - <property name="output" value="1"/> - <property name="fade-out" value="8"/> - </emitter> - </particle> + <property name="lifetime" min="5" max="10"/> + <property name="output" value="1"/> + <property name="fade-out" value="8"/> + </emitter> + </particle> </effect> |