diff options
Diffstat (limited to 'graphics/sprites/monsters/cave-maggot.xml')
-rw-r--r-- | graphics/sprites/monsters/cave-maggot.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/cave-maggot.xml b/graphics/sprites/monsters/cave-maggot.xml index f26797eb..f51be495 100644 --- a/graphics/sprites/monsters/cave-maggot.xml +++ b/graphics/sprites/monsters/cave-maggot.xml @@ -46,15 +46,19 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="5" end="8" delay="150" offsetY="-8"/> + <end/> </animation> <animation direction="left"> <sequence start="15" end="18" delay="150" offsetY="-11"/> + <end/> </animation> <animation direction="up"> <sequence start="25" end="28" delay="150" offsetY="-10"/> + <end/> </animation> <animation direction="right"> <sequence start="35" end="38" delay="150" offsetY="-11"/> + <end/> </animation> </action> </sprite> |