diff options
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/piouknight.xml | 12 | ||||
-rw-r--r-- | graphics/sprites/monsters/shrewboo.xml | 12 |
2 files changed, 16 insertions, 8 deletions
diff --git a/graphics/sprites/monsters/piouknight.xml b/graphics/sprites/monsters/piouknight.xml index be9d1b0b..b6c4a6a7 100644 --- a/graphics/sprites/monsters/piouknight.xml +++ b/graphics/sprites/monsters/piouknight.xml @@ -46,19 +46,23 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="3" end="4" delay="75"/> - <frame index="0"/> + <frame index="0" delay="75"/> + <end/> </animation> <animation direction="left"> <sequence start="9" end="10" delay="75"/> - <frame index="6"/> + <frame index="6" delay="75"/> + <end/> </animation> <animation direction="up"> <sequence start="15" end="16" delay="75"/> - <frame index="12"/> + <frame index="12" delay="75"/> + <end/> </animation> <animation direction="right"> <sequence start="21" end="22" delay="75"/> - <frame index="18"/> + <frame index="18" delay="75"/> + <end/> </animation> </action> </sprite> diff --git a/graphics/sprites/monsters/shrewboo.xml b/graphics/sprites/monsters/shrewboo.xml index f9665355..01fbb3e3 100644 --- a/graphics/sprites/monsters/shrewboo.xml +++ b/graphics/sprites/monsters/shrewboo.xml @@ -46,19 +46,23 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="3" end="4" delay="75"/> - <frame index="0"/> + <frame index="0" delay="75"/> + <end/> </animation> <animation direction="left"> <sequence start="9" end="10" delay="75"/> - <frame index="6"/> + <frame index="6" delay="75"/> + <end/> </animation> <animation direction="up"> <sequence start="15" end="16" delay="75"/> - <frame index="12"/> + <frame index="12" delay="75"/> + <end/> </animation> <animation direction="right"> <sequence start="21" end="22" delay="75"/> - <frame index="18"/> + <frame index="18" delay="75"/> + <end/> </animation> </action> </sprite> |