diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-04 10:06:48 +0200 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-04 07:29:02 -0400 |
commit | d89ef648b7279528f5546f6830b27fd27ccd3ac0 (patch) | |
tree | 59b38a57618aa629ea32ed20a0dda7520ea12028 /graphics | |
parent | a8f9e9186e2a9c22a7c98aa840bf5609bc861e75 (diff) | |
download | clientdata-d89ef648b7279528f5546f6830b27fd27ccd3ac0.tar.gz clientdata-d89ef648b7279528f5546f6830b27fd27ccd3ac0.tar.bz2 clientdata-d89ef648b7279528f5546f6830b27fd27ccd3ac0.tar.xz clientdata-d89ef648b7279528f5546f6830b27fd27ccd3ac0.zip |
Removed the fluffies and replaced by snails. Also changed the hp given by 4 food items.
Amendment by Wombat: decrease delay for snail trail particle
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/monster-snail-trail.particle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/particles/monster-snail-trail.particle.xml b/graphics/particles/monster-snail-trail.particle.xml index f6a141f4..3b7b53f8 100644 --- a/graphics/particles/monster-snail-trail.particle.xml +++ b/graphics/particles/monster-snail-trail.particle.xml @@ -5,7 +5,7 @@ <emitter> <property name="position-y" min="-1" max="5"/> <property name="position-x" min="-3" max="3"/> - <property name="lifetime" value="800"/> + <property name="lifetime" value="400"/> <property name="fade-out" value="100" /> <property name="fade-in" value="40" /> <property name="output" min="1" max="5"/> |