diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-12 23:29:27 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-12 23:29:27 +0000 |
commit | da6414f9cd76edea2b83881cbcb4363488a37594 (patch) | |
tree | f36c92e6cb6b8bc477a1dd3461a3015d84fc8731 /graphics | |
parent | 08ba34291543fedd09160a30cefd4b26daf2c84c (diff) | |
download | clientdata-da6414f9cd76edea2b83881cbcb4363488a37594.tar.gz clientdata-da6414f9cd76edea2b83881cbcb4363488a37594.tar.bz2 clientdata-da6414f9cd76edea2b83881cbcb4363488a37594.tar.xz clientdata-da6414f9cd76edea2b83881cbcb4363488a37594.zip |
add forest shroom hat xml
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/equipment/head/forestshroomhat.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/forestshroomhat.xml b/graphics/sprites/equipment/head/forestshroomhat.xml new file mode 100644 index 00000000..e8935008 --- /dev/null +++ b/graphics/sprites/equipment/head/forestshroomhat.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/forestshroomhat.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |