diff options
author | enchilado <www.e.sayers@gmail.com> | 2011-09-29 11:29:31 +1000 |
---|---|---|
committer | enchilado <www.e.sayers@gmail.com> | 2011-09-29 11:29:31 +1000 |
commit | 4af606324803cb7c6c57ef7a6d94828d84e84663 (patch) | |
tree | 057c7af0701cccd5da6fd23da936c4d5c4b0767f /graphics/sprites/equipment | |
parent | 2485c888b98cd730f1eddbbf58ce048b772898e8 (diff) | |
download | clientdata-4af606324803cb7c6c57ef7a6d94828d84e84663.tar.gz clientdata-4af606324803cb7c6c57ef7a6d94828d84e84663.tar.bz2 clientdata-4af606324803cb7c6c57ef7a6d94828d84e84663.tar.xz clientdata-4af606324803cb7c6c57ef7a6d94828d84e84663.zip |
Adjust Bunny, Cat, and Rabbit Ears' death frames
The way these hats detached from the player's head on death without a
very different-looking frame was silly, so they now stay attached.
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/head/bunnyears.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/catears.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/rabbit-ears.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/equipment/head/bunnyears.xml b/graphics/sprites/equipment/head/bunnyears.xml index 849d45ba..3e627561 100644 --- a/graphics/sprites/equipment/head/bunnyears.xml +++ b/graphics/sprites/equipment/head/bunnyears.xml @@ -117,7 +117,7 @@ <action name="dead" imageset="base"> <animation direction="default"> - <frame index="4" offsetX="35" offsetY="-6"/> + <frame index="4" offsetX="38" offsetY="-11"/> </animation> </action> diff --git a/graphics/sprites/equipment/head/catears.xml b/graphics/sprites/equipment/head/catears.xml index 70c0f69c..924ba813 100644 --- a/graphics/sprites/equipment/head/catears.xml +++ b/graphics/sprites/equipment/head/catears.xml @@ -117,7 +117,7 @@ <action name="dead" imageset="base"> <animation direction="default"> - <frame index="4" offsetX="35" offsetY="-6"/> + <frame index="4" offsetX="33" offsetY="-11"/> </animation> </action> diff --git a/graphics/sprites/equipment/head/rabbit-ears.xml b/graphics/sprites/equipment/head/rabbit-ears.xml index 1141eb22..8e3bcbfe 100644 --- a/graphics/sprites/equipment/head/rabbit-ears.xml +++ b/graphics/sprites/equipment/head/rabbit-ears.xml @@ -117,7 +117,7 @@ <action name="dead" imageset="base"> <animation direction="default"> - <frame index="4" offsetX="35" offsetY="-6"/> + <frame index="4" offsetX="38" offsetY="-11"/> </animation> </action> |