diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:03:26 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:14:46 +0200 |
commit | 702aa350b9fbbbbfd4d0661ec1e084ffbabe75cf (patch) | |
tree | 983a8bf13f3ddff0e26eb04fbe989559f5429397 /graphics/particles/magic.xml | |
parent | c96a706ed38be8ff90b409680d099b5df9ed362d (diff) | |
download | clientdata-702aa350b9fbbbbfd4d0661ec1e084ffbabe75cf.tar.gz clientdata-702aa350b9fbbbbfd4d0661ec1e084ffbabe75cf.tar.bz2 clientdata-702aa350b9fbbbbfd4d0661ec1e084ffbabe75cf.tar.xz clientdata-702aa350b9fbbbbfd4d0661ec1e084ffbabe75cf.zip |
Consistency in all particle effect .xml files.
Diffstat (limited to 'graphics/particles/magic.xml')
-rw-r--r-- | graphics/particles/magic.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/particles/magic.xml b/graphics/particles/magic.xml index 5af53939..93dfd89c 100644 --- a/graphics/particles/magic.xml +++ b/graphics/particles/magic.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: Alige Copyright (C) 2016 Evol Online --> + <effect> - <particle position-x="0" position-y="0" position-z="27" lifetime="150"> + <particle position-x="0" + position-y="0" + position-z="27" + lifetime="150"> <emitter> <animation imageset="graphics/particles/sparkles.png|W:#0020ff,20f0ff" width="15" height="15"> <sequence start="0" end="3" delay="50"/> |