diff options
Diffstat (limited to 'graphics/particles/casket-lid.xml')
-rw-r--r-- | graphics/particles/casket-lid.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/particles/casket-lid.xml b/graphics/particles/casket-lid.xml new file mode 100644 index 00000000..80a79c4a --- /dev/null +++ b/graphics/particles/casket-lid.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<effect> + <!-- The lid opening portion of the casket trap--> + <particle position-x="0" position-y="0" position-z="43" lifetime="80"> + <emitter> + <property name="position-y" value="37"/> + <property name="lifetime" value="80"/> + <property name="output" value="1"/> + <property name="output-pause" value="12"/> + <animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96"> + <frame index="10" delay="250"/> + <frame index="11" delay="400"/> + <frame index="10" delay="150"/> + </animation> + </emitter> + </particle> +</effect> |