diff options
Diffstat (limited to 'graphics/sprites/monsters/troll.xml')
-rw-r--r-- | graphics/sprites/monsters/troll.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/sprites/monsters/troll.xml b/graphics/sprites/monsters/troll.xml index f8ab7ea6..7451bdc8 100644 --- a/graphics/sprites/monsters/troll.xml +++ b/graphics/sprites/monsters/troll.xml @@ -1,4 +1,3 @@ -<?xml version="1.0"?> <sprite> <imageset name="base" src="graphics/sprites/monsters/troll.png|W;R;Y;G" width="40" height="40"/> <action name="stand" imageset="base"> @@ -89,16 +88,16 @@ </action> <action name="dead" imageset="base"> <animation direction="down"> - <sequence start="144" end="149" delay="100"/> + <sequence start="144" end="149" delay="0"/> </animation> <animation direction="right"> - <sequence start="150" end="155" delay="100"/> + <sequence start="150" end="155" delay="0"/> </animation> <animation direction="up"> - <sequence start="156" end="161" delay="100"/> + <sequence start="156" end="161" delay="0"/> </animation> <animation direction="left"> - <sequence start="162" end="167" delay="100"/> + <sequence start="162" end="167" delay="0"/> </animation> </action> </sprite> |