diff options
Diffstat (limited to 'graphics/sprites/monsters/crafty.xml')
-rw-r--r-- | graphics/sprites/monsters/crafty.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monsters/crafty.xml b/graphics/sprites/monsters/crafty.xml index 562b9c03..2347f400 100644 --- a/graphics/sprites/monsters/crafty.xml +++ b/graphics/sprites/monsters/crafty.xml @@ -147,19 +147,19 @@ Copyleft (C) 2015 Evol Online --> <action name="dead" imageset="mob"> <animation direction="down"> - <frame index="3"/> + <frame index="3" offsetY="40"/> </animation> <animation direction="right"> - <frame index="7"/> + <frame index="7" offsetY="40"/> </animation> <animation direction="up"> - <frame index="11"/> + <frame index="11" offsetY="40"/> </animation> <animation direction="left"> - <frame index="15"/> + <frame index="15" offsetY="40"/> </animation> </action> </sprite> |