diff options
author | HoraK-FDF <horak-fdf@web.de> | 2021-06-04 06:41:31 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2021-06-04 06:41:31 +0200 |
commit | 11641f860d8f1e6f7982996793b5e464c4131231 (patch) | |
tree | c96271f79948a628323e4eab99913849b80fdf1b /graphics | |
parent | 009be0979255ea4b9c0c48672d53531f2cf26926 (diff) | |
download | clientdata-11641f860d8f1e6f7982996793b5e464c4131231.tar.gz clientdata-11641f860d8f1e6f7982996793b5e464c4131231.tar.bz2 clientdata-11641f860d8f1e6f7982996793b5e464c4131231.tar.xz clientdata-11641f860d8f1e6f7982996793b5e464c4131231.zip |
Captains hat dead offset fixed
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/equipment/head/captain-hat-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/captain-hat.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/captain-hat-female.xml b/graphics/sprites/equipment/head/captain-hat-female.xml index dbfd0a71..9a41e15f 100644 --- a/graphics/sprites/equipment/head/captain-hat-female.xml +++ b/graphics/sprites/equipment/head/captain-hat-female.xml @@ -111,7 +111,7 @@ </action> <action imageset="base" name="dead"> <animation direction="default"> - <frame index="4" offsetX="30" offsetY="-3"/> + <frame index="4" offsetX="25" offsetY="-16"/> </animation> </action> <action name="attack_2hand" imageset="base"> diff --git a/graphics/sprites/equipment/head/captain-hat.xml b/graphics/sprites/equipment/head/captain-hat.xml index 74555c07..00f1677c 100644 --- a/graphics/sprites/equipment/head/captain-hat.xml +++ b/graphics/sprites/equipment/head/captain-hat.xml @@ -111,7 +111,7 @@ </action> <action name="dead" imageset="base"> <animation direction="default"> - <frame index="4" offsetX="30" offsetY="-3"/> + <frame index="4" offsetX="25" offsetY="-16"/> </animation> </action> <action name="attack_2hand" imageset="base"> |