diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-23 13:39:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-23 13:39:32 -0300 |
commit | 7d9b03ae12427f6bbd14d93306de065fb7aca17d (patch) | |
tree | fa26a730db7a01531eb5754129e105a42e1d01cc /graphics/sprites/monsters | |
parent | 8f2b09cd0932d24f8426f9402e9d2471e4734f89 (diff) | |
download | clientdata-7d9b03ae12427f6bbd14d93306de065fb7aca17d.tar.gz clientdata-7d9b03ae12427f6bbd14d93306de065fb7aca17d.tar.bz2 clientdata-7d9b03ae12427f6bbd14d93306de065fb7aca17d.tar.xz clientdata-7d9b03ae12427f6bbd14d93306de065fb7aca17d.zip |
This was expected.
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> |