diff options
author | Reid <reidyaro@gmail.com> | 2016-02-10 17:41:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-10 17:42:04 +0100 |
commit | e832a802e30c2db4b43a64206cc8083035a264f1 (patch) | |
tree | 3ee1a4ab205d3b80e98926c59f3777b29112c424 /graphics/sprites | |
parent | 823cf86c711e3b3bac453afe576c1a3c057ea423 (diff) | |
download | clientdata-e832a802e30c2db4b43a64206cc8083035a264f1.tar.gz clientdata-e832a802e30c2db4b43a64206cc8083035a264f1.tar.bz2 clientdata-e832a802e30c2db4b43a64206cc8083035a264f1.tar.xz clientdata-e832a802e30c2db4b43a64206cc8083035a264f1.zip |
Fix offset on crafty's dead animations.
Diffstat (limited to 'graphics/sprites')
-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> |