summaryrefslogtreecommitdiff
path: root/graphics/particles/highlight.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-05 00:19:54 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-05 00:19:54 +0400
commitc3a6dc2a125dc7fe8e8a37132afbb4f74976a149 (patch)
tree8f534bcd9160f88a0d44264b8cfb09465976a40c /graphics/particles/highlight.xml
parent924c20f094cd57352debe676c544f625b35393ba (diff)
downloadclientdata-c3a6dc2a125dc7fe8e8a37132afbb4f74976a149.tar.gz
clientdata-c3a6dc2a125dc7fe8e8a37132afbb4f74976a149.tar.bz2
clientdata-c3a6dc2a125dc7fe8e8a37132afbb4f74976a149.tar.xz
clientdata-c3a6dc2a125dc7fe8e8a37132afbb4f74976a149.zip
Changed several properties in the player savepoint particle effect (highlight.xml).
It didn't have a proper output nor a good animation.
Diffstat (limited to 'graphics/particles/highlight.xml')
-rw-r--r--graphics/particles/highlight.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/particles/highlight.xml b/graphics/particles/highlight.xml
index b962f5b5..daa7ea84 100644
--- a/graphics/particles/highlight.xml
+++ b/graphics/particles/highlight.xml
@@ -3,18 +3,18 @@
Copyright (C) 2010-2012 Evol Online -->
<effect>
<particle
- position-x="0" position-y="0" position-z="15" lifetime="128">
+ position-x="0" position-y="0" position-z="6" lifetime="110">
<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="lifetime" value="55"/>
- <property name="output" min="-12" max="1"/>
- <property name="fade-in" value="40"/>
- <property name="fade-out" value="40"/>
- <property name="gravity" value="-0.003"/>
- <property name="position-x" min="-16" max="16"/>
- <property name="position-y" min="-16" max="16"/>
+ <property name="output" min="-4" max="1"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="gravity" value="-0.002"/>
+ <property name="position-x" min="-10" max="10"/>
+ <property name="position-y" value="12"/>
<property name="position-z" min="0" max="32"/>
</emitter>
</particle>