diff options
author | tux9th <mr.x@aon.at> | 2014-01-22 10:28:39 -0800 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2014-01-22 10:28:39 -0800 |
commit | ae4c3b84f6bcb8637188fca9762a7ceb50dadc22 (patch) | |
tree | fcaf694a3b2cd64ff0bf995dcec6f6d9c7b2a96b /graphics/sprites | |
parent | b70a1ea84cfed191c786ae3cf55fae881f8cd6aa (diff) | |
parent | fc261031a2a5368cdc6a4049d746a9b0a0876043 (diff) | |
download | clientdata-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.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/accessories/mouboo-demonic-antlers.xml | 2 |
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"/> |