diff options
author | Wombat <hpwombat@yahoo.com> | 2011-07-09 13:00:21 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-07-09 13:03:29 -0400 |
commit | 363de4f70eead73eaf1bc4067bdeed4cfbd31312 (patch) | |
tree | cb41460da537121045dc88f81f627abf1b5ca4c0 /graphics | |
parent | 7ce1b4e790a8190892f09aecf9cebf6d8c800adc (diff) | |
download | clientdata-363de4f70eead73eaf1bc4067bdeed4cfbd31312.tar.gz clientdata-363de4f70eead73eaf1bc4067bdeed4cfbd31312.tar.bz2 clientdata-363de4f70eead73eaf1bc4067bdeed4cfbd31312.tar.xz clientdata-363de4f70eead73eaf1bc4067bdeed4cfbd31312.zip |
snail particle added output-pause property to reduce lag issues
Graphically, may be superior to a long streak of slime.
if this is returned to, the image used is the primary issue
and should be larger to create the desired effect.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/monster-snail-trail.particle.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/particles/monster-snail-trail.particle.xml b/graphics/particles/monster-snail-trail.particle.xml index 3b7b53f8..6daf7121 100644 --- a/graphics/particles/monster-snail-trail.particle.xml +++ b/graphics/particles/monster-snail-trail.particle.xml @@ -9,6 +9,7 @@ <property name="fade-out" value="100" /> <property name="fade-in" value="40" /> <property name="output" min="1" max="5"/> + <property name="output-pause" min="30" max="80"/> <property name="image" value="graphics/particles/orb-medium.png|W:#96A776,B9FF30,BDDF8F" /> <property name="alpha" value=".1" /> </emitter> |