diff options
Diffstat (limited to 'graphics/sprites/monsters/accessories')
-rw-r--r-- | graphics/sprites/monsters/accessories/slime-santa.xml | 4 | ||||
-rw-r--r-- | graphics/sprites/monsters/accessories/slime-seajelly.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/accessories/slime-santa.xml b/graphics/sprites/monsters/accessories/slime-santa.xml index d6237409..30803a80 100644 --- a/graphics/sprites/monsters/accessories/slime-santa.xml +++ b/graphics/sprites/monsters/accessories/slime-santa.xml @@ -18,15 +18,19 @@ <action name="attack" imageset="base"> <animation direction="down"> <frame index="2" offsetX="3" offsetY="-15"/> + <end/> </animation> <animation direction="left"> <frame index="2" offsetX="3" offsetY="-15"/> + <end/> </animation> <animation direction="up"> <frame index="6" offsetX="-3" offsetY="-15"/> + <end/> </animation> <animation direction="right"> <frame index="6" offsetX="-3" offsetY="-15"/> + <end/> </animation> </action> <action name="dead" imageset="base"> diff --git a/graphics/sprites/monsters/accessories/slime-seajelly.xml b/graphics/sprites/monsters/accessories/slime-seajelly.xml index 3905f8c2..87c4d928 100644 --- a/graphics/sprites/monsters/accessories/slime-seajelly.xml +++ b/graphics/sprites/monsters/accessories/slime-seajelly.xml @@ -23,6 +23,7 @@ <action name="attack" imageset="base"> <animation> <sequence start="0" end="1" delay="75" offsetY="-5"/> + <end/> </animation> </action> <action name="dead" imageset="base"> |