diff options
-rw-r--r-- | graphics/sprites/monsters/piou-king.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/sprites/monsters/piou-king.xml b/graphics/sprites/monsters/piou-king.xml index 5e3d8e09..23750d05 100644 --- a/graphics/sprites/monsters/piou-king.xml +++ b/graphics/sprites/monsters/piou-king.xml @@ -95,42 +95,34 @@ Copyright (C) 2011-2021 Moubootaur Legends --> <action name="walk" imageset="mob"> <animation direction="down"> <sequence start="108" end="119" delay="20"/> - <end/> </animation> <animation direction="downleft"> <sequence start="120" end="131" delay="20"/> - <end/> </animation> <animation direction="left"> <sequence start="132" end="143" delay="20"/> - <end/> </animation> <animation direction="upleft"> <sequence start="144" end="155" delay="20"/> - <end/> </animation> <animation direction="up"> <sequence start="156" end="167" delay="20"/> - <end/> </animation> <animation direction="upright"> <sequence start="168" end="179" delay="20"/> - <end/> </animation> <animation direction="right"> <sequence start="180" end="191" delay="20"/> - <end/> </animation> <animation direction="downright"> <sequence start="192" end="203" delay="20"/> - <end/> </animation> </action> |