diff options
Diffstat (limited to 'graphics/sprites/monster6.xml')
-rw-r--r-- | graphics/sprites/monster6.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sprites/monster6.xml b/graphics/sprites/monster6.xml index c3365a0a..d31959be 100644 --- a/graphics/sprites/monster6.xml +++ b/graphics/sprites/monster6.xml @@ -51,15 +51,19 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="5" end="8" delay="100" /> + <end /> </animation> <animation direction="left"> <sequence start="15" end="18" delay="100" /> + <end /> </animation> <animation direction="up"> <sequence start="25" end="28" delay="100" /> + <end /> </animation> <animation direction="right"> <sequence start="33" end="38" delay="100" /> + <end /> </animation> </action> |