diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-14 10:06:10 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-14 10:06:10 +0000 |
commit | cbff49eb0a6d292f14968fe059fd34c512c2c445 (patch) | |
tree | eeb99ea0de6ffdfb0009867d39375aaa0641ee29 | |
parent | b3ed2b2b426058386e10707530ad031b4e22efa8 (diff) | |
download | clientdata-cbff49eb0a6d292f14968fe059fd34c512c2c445.tar.gz clientdata-cbff49eb0a6d292f14968fe059fd34c512c2c445.tar.bz2 clientdata-cbff49eb0a6d292f14968fe059fd34c512c2c445.tar.xz clientdata-cbff49eb0a6d292f14968fe059fd34c512c2c445.zip |
Fine-tuning for the poison particle effect
-rw-r--r-- | graphics/particles/green-bubbles.particle.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/particles/green-bubbles.particle.xml b/graphics/particles/green-bubbles.particle.xml index 0487a58c..e272d85c 100644 --- a/graphics/particles/green-bubbles.particle.xml +++ b/graphics/particles/green-bubbles.particle.xml @@ -9,11 +9,11 @@ Green poison bubbles position-z = "0" > <emitter> - <property name="position-z" value="64" /> - <property name="position-y" value="-32" /> + <property name="position-z" value="90" /> + <property name="position-y" min="-8" max="8"/> <property name="vertical-angle" min="0" max="90"/> <property name="horizontal-angle" min="0" max="360"/> - <property name="power" min="4" max="10"/> + <property name="power" min="4" max="15"/> <property name="lifetime" value="1"/> <property name="output" value="1"/> <emitter> |