summaryrefslogtreecommitdiff
path: root/graphics/particles/casket-monster.xml
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2011-01-29 07:16:30 -0500
committernmaligec <wouldnot@hotmail.com>2011-01-29 07:16:30 -0500
commit4e4596888ba61cbd9d4e26c555abe1093935d792 (patch)
tree80d06ba47ec9d91eff254db1ae2d6310a9926404 /graphics/particles/casket-monster.xml
parent5372a464c0c12a48d732e7667ed6008712a8e472 (diff)
downloadclientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.gz
clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.bz2
clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.tar.xz
clientdata-4e4596888ba61cbd9d4e26c555abe1093935d792.zip
Second last commit: updates to the crypt map, tileset and misc graphics.
deleted debugroom map.
Diffstat (limited to 'graphics/particles/casket-monster.xml')
-rwxr-xr-xgraphics/particles/casket-monster.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/particles/casket-monster.xml b/graphics/particles/casket-monster.xml
index 8511851d..68e52dee 100755
--- a/graphics/particles/casket-monster.xml
+++ b/graphics/particles/casket-monster.xml
@@ -2,15 +2,18 @@
<effect>
<!-- The monster portion of the casket trap-->
- <particle position-x="100" position-y="0" position-z="97" lifetime="110">
+ <particle position-x="100" position-y="0" position-z="97" lifetime="80">
<emitter>
<property name="position-y" value="114" />
- <property name="lifetime" value="110"/>
+ <property name="lifetime" value="80"/>
<property name="output" value="1"/>
- <property name="output-pause" value="15"/>
+ <property name="output-pause" value="12"/>
<animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96">
- <sequence start="0" end="9" delay="100" />
- <frame index="0" delay="100"/>
+ <frame index="0" delay="250"/>
+ <sequence start="1" end="3" delay="70" />
+ <frame index="4" delay="120"/>
+ <frame index="1" delay="70"/>
+ <frame index="0" delay="150"/>
</animation>
</emitter>
</particle>