diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:37:33 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:37:33 +0100 |
commit | f3f7c6a480816651eb4904020533235668ed9bd0 (patch) | |
tree | 4439017bce032ed773bcf27edd0401642ec96d3c /graphics/sprites | |
parent | b9e4d469abdbae75036d8ad67bbca1b758746203 (diff) | |
download | clientdata-f3f7c6a480816651eb4904020533235668ed9bd0.tar.gz clientdata-f3f7c6a480816651eb4904020533235668ed9bd0.tar.bz2 clientdata-f3f7c6a480816651eb4904020533235668ed9bd0.tar.xz clientdata-f3f7c6a480816651eb4904020533235668ed9bd0.zip |
add witch hat
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/witchhat.png (renamed from graphics/sprites/equipment/head/witch-hat.png) | bin | 1135 -> 1135 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/witchhat.xml | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/witch-hat.png b/graphics/sprites/equipment/head/witchhat.png Binary files differindex cd7013e7..cd7013e7 100644 --- a/graphics/sprites/equipment/head/witch-hat.png +++ b/graphics/sprites/equipment/head/witchhat.png diff --git a/graphics/sprites/equipment/head/witchhat.xml b/graphics/sprites/equipment/head/witchhat.xml new file mode 100644 index 00000000..73f5a05c --- /dev/null +++ b/graphics/sprites/equipment/head/witchhat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/witchhat.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |