summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenchilado <www.e.sayers@gmail.com>2011-09-29 11:29:31 +1000
committerenchilado <www.e.sayers@gmail.com>2011-09-29 11:29:31 +1000
commit4af606324803cb7c6c57ef7a6d94828d84e84663 (patch)
tree057c7af0701cccd5da6fd23da936c4d5c4b0767f
parent2485c888b98cd730f1eddbbf58ce048b772898e8 (diff)
downloadclientdata-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.
-rw-r--r--graphics/sprites/equipment/head/bunnyears.xml2
-rw-r--r--graphics/sprites/equipment/head/catears.xml2
-rw-r--r--graphics/sprites/equipment/head/rabbit-ears.xml2
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>