diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-12 14:00:22 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-12 14:00:22 +0000 |
commit | 8c596ca770b241dc98da447ba7589beed1e74934 (patch) | |
tree | d03fc04c1b206499a633cc68b69ef4b70336f430 /monsters.xml | |
parent | 56be42fc857b34d045a1c606c2b73d715eed9a8f (diff) | |
download | clientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.gz clientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.bz2 clientdata-8c596ca770b241dc98da447ba7589beed1e74934.tar.xz clientdata-8c596ca770b241dc98da447ba7589beed1e74934.zip |
Particle emitters are now activated after the parent particle has moved instead of before (small change which allows a little trick to create polar emitters)
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 463f6616..ab2432d1 100644 --- a/monsters.xml +++ b/monsters.xml @@ -14,6 +14,7 @@ <sound event="hit">scorpion-hit3.ogg</sound>
<sound event="hit">scorpion-hit4.ogg</sound>
<sound event="miss">scorpion-miss1.ogg</sound>
+ <particlefx>graphics/particles/circle.particle.xml</particlefx>
</monster>
<monster id="2" name="Red Scorpion">
|