diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/troll.xml | 8 |
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> |