summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-04-03 23:26:11 +0200
committerReid <reidyaro@gmail.com>2015-04-03 23:26:11 +0200
commit5fc52b678e05f359be9fb16e4dad04345db86827 (patch)
tree30315677ccfe0da338985c43906cdd90f96567f4 /graphics/particles
parent79e0dfb47d2c10d4da20b3e8164f9d222b5375f4 (diff)
downloadclientdata-5fc52b678e05f359be9fb16e4dad04345db86827.tar.gz
clientdata-5fc52b678e05f359be9fb16e4dad04345db86827.tar.bz2
clientdata-5fc52b678e05f359be9fb16e4dad04345db86827.tar.xz
clientdata-5fc52b678e05f359be9fb16e4dad04345db86827.zip
Finally fix the over/under effect of the healing particle.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/healing.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/healing.xml b/graphics/particles/healing.xml
index 918e7270..db91720f 100644
--- a/graphics/particles/healing.xml
+++ b/graphics/particles/healing.xml
@@ -2,10 +2,10 @@
<!-- Author: Alige
Copyright (C) 2010-2013 Evol Online -->
<effect>
- <particle position-x="0" position-y="0" position-z="0">
+ <particle position-x="0" position-y="0" position-z="32">
<emitter>
<property name="output" value="3"/>
- <property name="position-y" value="-16"/>
+ <property name="position-y" value="32"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="power" value="30"/>
<property name="lifetime" value="1"/>