diff options
author | Alige <aligetmw@hotmail.fr> | 2014-02-19 08:14:22 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-02-19 08:14:22 +0400 |
commit | 0ae719fda4e817c124698fb0c7e77831f6a622e4 (patch) | |
tree | e0f65ae50cbe9b0f265fbb1e42fd9eea8c4bc3e2 /graphics | |
parent | 916cfeb34cd71307dad4c351aaab5a8f98a10974 (diff) | |
download | clientdata-0ae719fda4e817c124698fb0c7e77831f6a622e4.tar.gz clientdata-0ae719fda4e817c124698fb0c7e77831f6a622e4.tar.bz2 clientdata-0ae719fda4e817c124698fb0c7e77831f6a622e4.tar.xz clientdata-0ae719fda4e817c124698fb0c7e77831f6a622e4.zip |
Fixed the panels particle effect, thanks to Reidy for pointing the issue.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/panels.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/panels.xml b/graphics/particles/panels.xml index 702d7c46..068861bb 100644 --- a/graphics/particles/panels.xml +++ b/graphics/particles/panels.xml @@ -2,16 +2,16 @@ <!-- Author: Alige Copyright (C) 2014 Evol Online --> <effect> - <particle position-x="16" position-y="0" position-z="27"> + <particle position-x="16" position-y="62" position-z="27"> <emitter> <property name="image" value="graphics/particles/star-small.png|W:#f3ffbe,f3ffe3"/> <property name="vertical-angle" value="90"/> <property name="power" value="0.3"/> <property name="gravity" value="-0.0005"/> - <property name="lifetime" value="100"/> + <property name="lifetime" value="110"/> <property name="output" min="-6" max="1"/> <property name="output-pause" min="1" max="3"/> - <property name="fade-in" value="15"/> + <property name="fade-in" value="20"/> <property name="fade-out" value="30"/> <property name="position-x" min="-8" max="8"/> <property name="position-y" min="-5" max="-10"/> |