diff options
Diffstat (limited to 'graphics/particles/casket-lid.xml')
-rw-r--r-- | graphics/particles/casket-lid.xml | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/graphics/particles/casket-lid.xml b/graphics/particles/casket-lid.xml index b5b353b9..80a79c4a 100644 --- a/graphics/particles/casket-lid.xml +++ b/graphics/particles/casket-lid.xml @@ -1,19 +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> - + <!-- 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> |