summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
authorCassy1 <cassy.tmw@gmail.com>2014-11-30 19:01:21 +0100
committerCassy1 <cassy.tmw@gmail.com>2014-11-30 19:01:21 +0100
commitfdad313159d6ca6e1ae1bb6f50a8b76c75e73bb3 (patch)
treea388015aa486b4e24d49818b1d0e42238d45ca89 /graphics/sprites
parent5413e502f4cabac85e7883c51023892c850f8690 (diff)
downloadclientdata-fdad313159d6ca6e1ae1bb6f50a8b76c75e73bb3.tar.gz
clientdata-fdad313159d6ca6e1ae1bb6f50a8b76c75e73bb3.tar.bz2
clientdata-fdad313159d6ca6e1ae1bb6f50a8b76c75e73bb3.tar.xz
clientdata-fdad313159d6ca6e1ae1bb6f50a8b76c75e73bb3.zip
Fixing glitchy death sequences of the Troll
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/monsters/troll.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monsters/troll.xml b/graphics/sprites/monsters/troll.xml
index c2c67503..f8ab7ea6 100644
--- a/graphics/sprites/monsters/troll.xml
+++ b/graphics/sprites/monsters/troll.xml
@@ -89,16 +89,16 @@
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <sequence start="144" end="149" delay="5250"/>
+ <sequence start="144" end="149" delay="100"/>
</animation>
<animation direction="right">
- <sequence start="150" end="155" delay="5250"/>
+ <sequence start="150" end="155" delay="100"/>
</animation>
<animation direction="up">
- <sequence start="156" end="161" delay="5250"/>
+ <sequence start="156" end="161" delay="100"/>
</animation>
<animation direction="left">
- <sequence start="162" end="167" delay="5250"/>
+ <sequence start="162" end="167" delay="100"/>
</animation>
</action>
</sprite>