summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortux9th <mr.x@aon.at>2014-01-22 10:28:39 -0800
committertux9th <mr.x@aon.at>2014-01-22 10:28:39 -0800
commitae4c3b84f6bcb8637188fca9762a7ceb50dadc22 (patch)
treefcaf694a3b2cd64ff0bf995dcec6f6d9c7b2a96b
parentb70a1ea84cfed191c786ae3cf55fae881f8cd6aa (diff)
parentfc261031a2a5368cdc6a4049d746a9b0a0876043 (diff)
downloadclientdata-ae4c3b84f6bcb8637188fca9762a7ceb50dadc22.tar.gz
clientdata-ae4c3b84f6bcb8637188fca9762a7ceb50dadc22.tar.bz2
clientdata-ae4c3b84f6bcb8637188fca9762a7ceb50dadc22.tar.xz
clientdata-ae4c3b84f6bcb8637188fca9762a7ceb50dadc22.zip
Merge pull request #47 from 4144/master
fix wrong sprite width.
-rw-r--r--graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml b/graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml
index 54235302..324eda8e 100644
--- a/graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml
+++ b/graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="accessory" src="graphics/sprites/monsters/accessories/mouboo-demonic-antlers.png" width="37.5" height="30"/>
+ <imageset name="accessory" src="graphics/sprites/monsters/accessories/mouboo-demonic-antlers.png" width="37" height="30"/>
<action name="stand" imageset="accessory">
<animation direction="down">
<frame index="0" offsetY="-49"/>