diff options
author | Micksha <ms-shaman@gmx.de> | 2021-06-09 12:31:37 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2021-06-09 12:31:37 +0000 |
commit | 1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c (patch) | |
tree | bbfec544eb83442feeb9ee3e9dfd08c65de82b8d /graphics/sprites/equipment/head/bandana.xml | |
parent | 594e8ff0923d54d57e71d53698d2a987beffd519 (diff) | |
parent | 302685b8462f86f494511d72877c1ed3df7fdafc (diff) | |
download | clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.gz clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.bz2 clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.tar.xz clientdata-1ff954455f11ad36dd7918c2bc8f79b0c58b3f4c.zip |
Merge branch 'spritefix' into 'master'
Spritefix
Closes #4, #3, and #11
See merge request themanaworld/evolved/clientdata!14
Diffstat (limited to 'graphics/sprites/equipment/head/bandana.xml')
-rw-r--r-- | graphics/sprites/equipment/head/bandana.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index dea1dfaf..ffe96dc6 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Saulc -Copyright (C) 2018 TMW2: Moubootaur Legends --> + +<!-- Author: Micksha, Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends +Copyright (C) 2021 The Mana World --> + <sprite> <imageset name="base" src="graphics/sprites/equipment/head/bandana.png|W;R" - width="32" - height="64" - offsetY="1"/> + width="40" + height="64"/> - <include file="equipment/head/headmodel.xml"/> + <include file="model/headmodel.xml"/> </sprite> |