diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-04 23:20:33 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-04 23:20:33 +0000 |
commit | 20fe034c843800ff2400c4426bdabcb6412837c9 (patch) | |
tree | 00805372d9a26f756bdf933988a9a09a11cb3e21 /graphics | |
parent | 91ff6dfc3d40d4f9523cd03fcafe4126226be410 (diff) | |
download | clientdata-20fe034c843800ff2400c4426bdabcb6412837c9.tar.gz clientdata-20fe034c843800ff2400c4426bdabcb6412837c9.tar.bz2 clientdata-20fe034c843800ff2400c4426bdabcb6412837c9.tar.xz clientdata-20fe034c843800ff2400c4426bdabcb6412837c9.zip |
add pirate bandana xml
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/equipment/head/piratebandana.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/piratebandana.xml b/graphics/sprites/equipment/head/piratebandana.xml new file mode 100644 index 00000000..fefd8d38 --- /dev/null +++ b/graphics/sprites/equipment/head/piratebandana.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/piratebandana.png|W" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |