summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-11-20 21:46:13 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-11-20 22:10:00 +0100
commitfffd5f56e228f90a52040543b04b89695cca3861 (patch)
tree70556a1dcc8d7a93a124b0fc0238667b1fe543ef /graphics/sprites/monsters
parent1bca4244179726518c3d2ebf4889136a486dfdc7 (diff)
downloadclientdata-fffd5f56e228f90a52040543b04b89695cca3861.tar.gz
clientdata-fffd5f56e228f90a52040543b04b89695cca3861.tar.bz2
clientdata-fffd5f56e228f90a52040543b04b89695cca3861.tar.xz
clientdata-fffd5f56e228f90a52040543b04b89695cca3861.zip
Center the Pumpkin in its target circle
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r--graphics/sprites/monsters/pumpkin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/pumpkin.xml b/graphics/sprites/monsters/pumpkin.xml
index 62342e20..a71c6ceb 100644
--- a/graphics/sprites/monsters/pumpkin.xml
+++ b/graphics/sprites/monsters/pumpkin.xml
@@ -3,12 +3,12 @@
<imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50"/>
<action name="stand" imageset="base">
<animation>
- <frame index="1"/>
+ <frame index="1" offsetX="4" offsetY="3"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation>
- <frame index="0"/>
+ <frame index="0" offsetX="4" offsetY="3"/>
</animation>
</action>
</sprite>