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/rain.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/rain.xml')
-rw-r--r-- | graphics/particles/rain.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/particles/rain.xml b/graphics/particles/rain.xml index ce295c22..1d506fe2 100644 --- a/graphics/particles/rain.xml +++ b/graphics/particles/rain.xml @@ -3,17 +3,17 @@ <!-- Copyright (C) 2010 The Mana World Development Team Copyright (C) 2010-2011 Evol Online --> <effect> - <particle - position-x = "0" - position-y = "0" - position-z = "400" - lifetime = "100" - > + <particle + position-x = "0" + position-y = "0" + position-z = "400" + lifetime = "100" + > <!-- <property name="follow-parent" value="0"/> --> <emitter><!-- <property name="follow-parent" value="0"/> --> - <property name="lifetime" min="25" max="30"/> - <property name="position-x" min="60" max="120"/> - <property name="position-y" min="-30" max="30"/> + <property name="lifetime" min="25" max="30"/> + <property name="position-x" min="60" max="120"/> + <property name="position-y" min="-30" max="30"/> <property name="vertical-angle" value="260"/> <property name="power" value="20"/> <property name="output" min="0" max="1"/> |