diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-10 05:45:48 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-10 05:45:48 +0000 |
commit | 6e258a5091f899674c6f7aa4e9c83c4860c8911f (patch) | |
tree | a1b3a1992797dca0537fb55b1b5395128ea0c354 /graphics/sprites/equipment/head | |
parent | 4fa8f8a77deaf794a0cb500af172354b1bbf5837 (diff) | |
download | clientdata-6e258a5091f899674c6f7aa4e9c83c4860c8911f.tar.gz clientdata-6e258a5091f899674c6f7aa4e9c83c4860c8911f.tar.bz2 clientdata-6e258a5091f899674c6f7aa4e9c83c4860c8911f.tar.xz clientdata-6e258a5091f899674c6f7aa4e9c83c4860c8911f.zip |
alchemist helmet sprite
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/alchemisthelmet.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/alchemisthelmet.xml b/graphics/sprites/equipment/head/alchemisthelmet.xml new file mode 100644 index 00000000..6ab77eaf --- /dev/null +++ b/graphics/sprites/equipment/head/alchemisthelmet.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/alchemisthelmet.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite>
\ No newline at end of file |