summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-14 09:35:27 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-14 09:35:27 +0100
commit518d793a418edb0007d14b3b299aa64b46ebfe8d (patch)
treea9a0edf94ae526439dde9a12a4c8f03fc2afac1e /graphics
parent20eddd017ace06fc508c8f4dec213a8afe874573 (diff)
downloadclientdata-518d793a418edb0007d14b3b299aa64b46ebfe8d.tar.gz
clientdata-518d793a418edb0007d14b3b299aa64b46ebfe8d.tar.bz2
clientdata-518d793a418edb0007d14b3b299aa64b46ebfe8d.tar.xz
clientdata-518d793a418edb0007d14b3b299aa64b46ebfe8d.zip
add standard headband xml
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/equipment/head/silkheadband.xml12
-rw-r--r--graphics/sprites/equipment/head/standardheadband.xml12
2 files changed, 24 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/silkheadband.xml b/graphics/sprites/equipment/head/silkheadband.xml
new file mode 100644
index 00000000..821e4af5
--- /dev/null
+++ b/graphics/sprites/equipment/head/silkheadband.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/silkheadband.png"
+ width="32"
+ height="64"
+ offsetY="1"/>
+
+ <include file="equipment/head/headmodel-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/head/standardheadband.xml b/graphics/sprites/equipment/head/standardheadband.xml
new file mode 100644
index 00000000..a82b4abc
--- /dev/null
+++ b/graphics/sprites/equipment/head/standardheadband.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/standardheadband.png"
+ width="32"
+ height="64"
+ offsetY="1"/>
+
+ <include file="equipment/head/headmodel-male.xml"/>
+</sprite>