diff options
Diffstat (limited to 'graphics/particles/casket-monster.xml')
-rwxr-xr-x | graphics/particles/casket-monster.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/particles/casket-monster.xml b/graphics/particles/casket-monster.xml new file mode 100755 index 00000000..8511851d --- /dev/null +++ b/graphics/particles/casket-monster.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> + +<effect> + <!-- The monster portion of the casket trap--> + <particle position-x="100" position-y="0" position-z="97" lifetime="110"> + <emitter> + <property name="position-y" value="114" /> + <property name="lifetime" value="110"/> + <property name="output" value="1"/> + <property name="output-pause" value="15"/> + <animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96"> + <sequence start="0" end="9" delay="100" /> + <frame index="0" delay="100"/> + </animation> + </emitter> + </particle> + +</effect> |