diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-07-31 13:46:19 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:13:07 +0100 |
commit | 1d7a087bbc92db23b19f502eb7a7ef701aa6b854 (patch) | |
tree | 6c48d7d81ad380dbb4268aea38d455d543887a57 /graphics/sprites/equipment/head | |
parent | 918a7d969532a8f87899e92548e4de1a7964e98b (diff) | |
download | clientdata-1d7a087bbc92db23b19f502eb7a7ef701aa6b854.tar.gz clientdata-1d7a087bbc92db23b19f502eb7a7ef701aa6b854.tar.bz2 clientdata-1d7a087bbc92db23b19f502eb7a7ef701aa6b854.tar.xz clientdata-1d7a087bbc92db23b19f502eb7a7ef701aa6b854.zip |
improve pickaxe item, try fix fancy hat
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/fancyhat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/fancyhat.xml b/graphics/sprites/equipment/head/fancyhat.xml index 1886b372..f9233b07 100644 --- a/graphics/sprites/equipment/head/fancyhat.xml +++ b/graphics/sprites/equipment/head/fancyhat.xml @@ -4,8 +4,8 @@ Copyright (C) 2018 TMW2 --> <sprite> <imageset name="base" src="graphics/sprites/equipment/head/fancyhat.png" - width="32" - height="64" + width="28" + height="36" offsetY="1"/> <include file="equipment/head/headmodel-male.xml"/> |