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/fire-burst.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/fire-burst.xml')
-rw-r--r-- | graphics/particles/fire-burst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/particles/fire-burst.xml b/graphics/particles/fire-burst.xml index b9ec7111..f444ba4a 100644 --- a/graphics/particles/fire-burst.xml +++ b/graphics/particles/fire-burst.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="20" lifetime="1"> + <particle position-x="0" position-y="0" position-z="20" lifetime="1"> <emitter> <property name="position-x" min="-8" max="8"/> <property name="position-y" min="-8" max="8"/> |