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/hillunderfall.particle.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/hillunderfall.particle.xml')
-rw-r--r-- | graphics/particles/hillunderfall.particle.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/graphics/particles/hillunderfall.particle.xml b/graphics/particles/hillunderfall.particle.xml index c44c4608..bcf6d311 100644 --- a/graphics/particles/hillunderfall.particle.xml +++ b/graphics/particles/hillunderfall.particle.xml @@ -3,22 +3,22 @@ <!-- 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" - > - <emitter> - <property name="position-x" min="-26" max="39"/> - <property name="position-y" min="-28" max="-24"/> - <property name="position-z" min="122" max="132"/> - <property name="image" value="graphics/particles/waterfall-a.png"/> - <property name="output" min="2" max="2"/> - <property name="horizontal-angle" value="90"/> - <property name="vertical-angle" min="0" max="0"/> - <property name="power" min="0.8" max="1.0"/> - <property name="gravity" value="0.05"/> - <property name="fade-in" value="20"/> - </emitter> - </particle> + <particle + position-x = "0" + position-y = "0" + position-z = "0" + > + <emitter> + <property name="position-x" min="-26" max="39"/> + <property name="position-y" min="-28" max="-24"/> + <property name="position-z" min="122" max="132"/> + <property name="image" value="graphics/particles/waterfall-a.png"/> + <property name="output" min="2" max="2"/> + <property name="horizontal-angle" value="90"/> + <property name="vertical-angle" min="0" max="0"/> + <property name="power" min="0.8" max="1.0"/> + <property name="gravity" value="0.05"/> + <property name="fade-in" value="20"/> + </emitter> + </particle> </effect>
\ No newline at end of file |