diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-05 02:34:19 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-05 02:34:19 +0400 |
commit | 263981ae75b4f650ed252b280e8298a5b63e2bb8 (patch) | |
tree | 75d9156ca84c1b04bf315efa9b38e75ac5633ff7 /graphics | |
parent | c3a6dc2a125dc7fe8e8a37132afbb4f74976a149 (diff) | |
download | clientdata-263981ae75b4f650ed252b280e8298a5b63e2bb8.tar.gz clientdata-263981ae75b4f650ed252b280e8298a5b63e2bb8.tar.bz2 clientdata-263981ae75b4f650ed252b280e8298a5b63e2bb8.tar.xz clientdata-263981ae75b4f650ed252b280e8298a5b63e2bb8.zip |
Reworked entirely the warp particle effects.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/warparea.particle.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/particles/warparea.particle.xml b/graphics/particles/warparea.particle.xml index 30ab93f0..e535fa21 100644 --- a/graphics/particles/warparea.particle.xml +++ b/graphics/particles/warparea.particle.xml @@ -2,16 +2,16 @@ <!-- Author from The Mana World Copyright (C) 2010-2012 Evol Online --> <effect> - <particle - position-x="0" position-y="0" position-z="1" size-adjustable="true"> + <particle position-x="0" position-y="0" position-z="1" size-adjustable="true"> <emitter> - <property name="position-x" min="0" max="32"/> - <property name="position-y" min="0" max="32"/> - <property name="image" value="graphics/particles/star-small.png"/> - <property name="lifetime" value="60"/> - <property name="output" min="1" max="2"/> - <property name="output-pause" min="0" max="10"/> - <property name="fade-in" value="20"/> + <property name="position-x" min="5" max="27"/> + <property name="position-y" min="0" max="48"/> + <property name="image" value="graphics/particles/gloworb-small.png"/> + <property name="gravity" value="-0.002"/> + <property name="lifetime" value="150"/> + <property name="output" min="-1" max="1"/> + <property name="output-pause" min="0" max="5"/> + <property name="fade-in" value="15"/> <property name="fade-out" value="20"/> </emitter> </particle> |