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/santahatS.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/santahatS.xml')
-rw-r--r-- | graphics/sprites/equipment/head/santahatS.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/sprites/equipment/head/santahatS.xml b/graphics/sprites/equipment/head/santahatS.xml index e368a7a0..15480918 100644 --- a/graphics/sprites/equipment/head/santahatS.xml +++ b/graphics/sprites/equipment/head/santahatS.xml @@ -1,5 +1,13 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> + +<!-- Author: Micksha +Copyright (C) 2021 The Mana World --> + <sprite> - <imageset name="base" src="graphics/sprites/equipment/head/santahat.png|S" width="40" height="40"/> - <include file="equipment/head/santahat.xml"/> + <imageset name="base" + src="graphics/sprites/equipment/head/santahat.png|S" + width="40" + height="64"/> + + <include file="model/headmodel.xml"/> </sprite> |