diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
commit | 09457f85988d71c0bced396487374e6cf0a318c9 (patch) | |
tree | 822270bb023f0c04520ad2c1714e28f8456fc1bc /graphics/particles/magic.white.xml | |
parent | d40b553ba3a0d6b39c8a93b91aa23fed574c5afd (diff) | |
download | clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.gz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.bz2 clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.xz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.zip |
Replace some tabs to spaces.
Diffstat (limited to 'graphics/particles/magic.white.xml')
-rw-r--r-- | graphics/particles/magic.white.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/graphics/particles/magic.white.xml b/graphics/particles/magic.white.xml index 964dd5d6..082f0b42 100644 --- a/graphics/particles/magic.white.xml +++ b/graphics/particles/magic.white.xml @@ -3,24 +3,24 @@ <!-- Copyright (C) 2010 The Mana World Development Team Copyright (C) 2010-2011 Evol Online --> <effect> - <particle - position-x = "0" - position-y = "0" - position-z = "0" - lifetime = "128" - > - <emitter> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + lifetime = "128" + > + <emitter> <animation imageset="graphics/particles/sparkle.png|W:#e0e0e0,ffffff" width="15" height="15"> <sequence start="0" end="3" delay="50" /> <frame index="0" delay="100" /> </animation> - <property name="vertical-angle" value="90"/> - <property name="power" min="1" max="1"/> - <property name="lifetime" min="15" max="25"/> - <property name="output" min="1" max="1"/> - <property name="position-x" min="-16" max="16"/> - <property name="position-y" min="-16" max="16"/> - <property name="position-z" min="29" max="40"/> - </emitter> - </particle> + <property name="vertical-angle" value="90"/> + <property name="power" min="1" max="1"/> + <property name="lifetime" min="15" max="25"/> + <property name="output" min="1" max="1"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="29" max="40"/> + </emitter> + </particle> </effect> |