diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-27 21:47:00 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-27 21:47:00 +0400 |
commit | 4e24e3172301d2a15b39a962a1b84cf00f70e1d5 (patch) | |
tree | 8683c01e01e86ab6465ae269c6f60f8a9c596b84 /graphics/particles | |
parent | 938f9671f74938a154e5f674e76f8d848d0fb28b (diff) | |
download | clientdata-4e24e3172301d2a15b39a962a1b84cf00f70e1d5.tar.gz clientdata-4e24e3172301d2a15b39a962a1b84cf00f70e1d5.tar.bz2 clientdata-4e24e3172301d2a15b39a962a1b84cf00f70e1d5.tar.xz clientdata-4e24e3172301d2a15b39a962a1b84cf00f70e1d5.zip |
Small fixes on the highlight.xml particle effect.
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/highlight.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/particles/highlight.xml b/graphics/particles/highlight.xml index 281ab130..0614d722 100644 --- a/graphics/particles/highlight.xml +++ b/graphics/particles/highlight.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: Alige -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <effect> - <particle position-x="0" position-y="0" position-z="27" lifetime="100"> + <particle position-x="0" position-y="0" position-z="27" lifetime="120"> <emitter> <property name="image" value="graphics/particles/star-small.png|W:#f3ffbe,f3ffe3"/> <property name="vertical-angle" value="90"/> <property name="power" value="0.7"/> <property name="gravity" value="-0.002"/> - <property name="lifetime" value="85"/> - <property name="output" min="-6" max="1"/> + <property name="lifetime" value="90"/> + <property name="output" min="-5" max="1"/> <property name="fade-in" value="10"/> <property name="fade-out" value="30"/> <property name="position-x" min="-8" max="8"/> |