diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-10 09:47:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-10 09:47:07 +0000 |
commit | 6f0172e1a943a93cdf66b25e52687e6e6782aef4 (patch) | |
tree | 2b7fdd8aa89cc34e4a49594930a45ccbb30cb0ba /graphics/sprites/equipment/head | |
parent | 7d003c8687dc7ffbf48f2d3b7705fd64b3a9a3bf (diff) | |
download | clientdata-6f0172e1a943a93cdf66b25e52687e6e6782aef4.tar.gz clientdata-6f0172e1a943a93cdf66b25e52687e6e6782aef4.tar.bz2 clientdata-6f0172e1a943a93cdf66b25e52687e6e6782aef4.tar.xz clientdata-6f0172e1a943a93cdf66b25e52687e6e6782aef4.zip |
add magic top hat xml
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/magictophat.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/magictophat.xml b/graphics/sprites/equipment/head/magictophat.xml new file mode 100644 index 00000000..15988e5b --- /dev/null +++ b/graphics/sprites/equipment/head/magictophat.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/magictophat.png|R" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |