diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-12-23 16:21:24 +0100 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-12-23 16:21:24 +0100 |
commit | b25328f62c5a94fd9fc1e36823c9c27a8dbce30b (patch) | |
tree | 5bee9c69b4eb5080ec376c4665e680951c3c192e /graphics/particles | |
parent | f7b7f88ab16d4caabe15462d65ab3cebdd704128 (diff) | |
parent | 42191920ed312f5e470313916af95e595058e486 (diff) | |
download | clientdata-b25328f62c5a94fd9fc1e36823c9c27a8dbce30b.tar.gz clientdata-b25328f62c5a94fd9fc1e36823c9c27a8dbce30b.tar.bz2 clientdata-b25328f62c5a94fd9fc1e36823c9c27a8dbce30b.tar.xz clientdata-b25328f62c5a94fd9fc1e36823c9c27a8dbce30b.zip |
Merge branch 'master' of git@gitorious.org:tmwdata/mainline
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/monster-snail-trail.particle.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/particles/monster-snail-trail.particle.xml b/graphics/particles/monster-snail-trail.particle.xml new file mode 100644 index 00000000..f6a141f4 --- /dev/null +++ b/graphics/particles/monster-snail-trail.particle.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!-- A thin trail of slime. --> +<effect> + <particle position-x="0" position-y="0" position-z="10" > + <emitter> + <property name="position-y" min="-1" max="5"/> + <property name="position-x" min="-3" max="3"/> + <property name="lifetime" value="800"/> + <property name="fade-out" value="100" /> + <property name="fade-in" value="40" /> + <property name="output" min="1" max="5"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#96A776,B9FF30,BDDF8F" /> + <property name="alpha" value=".1" /> + </emitter> + </particle> +</effect> |