diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-19 00:44:58 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-19 00:44:58 +0400 |
commit | d7ebc6fe7b74ff29d092a436e075f2862a762655 (patch) | |
tree | 838e5875dd435c0c4deb15880cbe30649f62b476 /graphics/particles/sparkle.big.green.particle.xml | |
parent | e29b30d9518b22933ff008282a0e2a9ba232749c (diff) | |
download | clientdata-d7ebc6fe7b74ff29d092a436e075f2862a762655.tar.gz clientdata-d7ebc6fe7b74ff29d092a436e075f2862a762655.tar.bz2 clientdata-d7ebc6fe7b74ff29d092a436e075f2862a762655.tar.xz clientdata-d7ebc6fe7b74ff29d092a436e075f2862a762655.zip |
Fixed some writing conventions in all particle effects .xml files.
Much clearer now.
Diffstat (limited to 'graphics/particles/sparkle.big.green.particle.xml')
-rw-r--r-- | graphics/particles/sparkle.big.green.particle.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/particles/sparkle.big.green.particle.xml b/graphics/particles/sparkle.big.green.particle.xml index 1caaa6ad..ee2c1b77 100644 --- a/graphics/particles/sparkle.big.green.particle.xml +++ b/graphics/particles/sparkle.big.green.particle.xml @@ -2,8 +2,7 @@ <!-- Author from The Mana World Copyright (C) 2010-2012 Evol Online --> <effect> - <particle - position-x="0" position-y="0" position-z="0"> + <particle position-x="0" position-y="0" position-z="0"> <emitter> <animation imageset="graphics/particles/sparkle.png|W:#99ff66" width="15" height="15"> <sequence start="0" end="3" delay="100"/> |