diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 09:54:50 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f (patch) | |
tree | 4761b1a288d8df1687843115622e53bbe52258ba /graphics/sprites/equipment/head | |
parent | 36eb20db5941278b336f78c2e94ecf1221cf1bf3 (diff) | |
download | clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.gz clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.bz2 clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.tar.xz clientdata-c471ed389415c2bb37efcf6aaf0b1f1b7332ce3f.zip |
Add a few missing items and the Noh Mask
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/nohmask.png | bin | 0 -> 2894 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/nohmask.xml | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/nohmask.png b/graphics/sprites/equipment/head/nohmask.png Binary files differnew file mode 100644 index 00000000..f6f58b95 --- /dev/null +++ b/graphics/sprites/equipment/head/nohmask.png diff --git a/graphics/sprites/equipment/head/nohmask.xml b/graphics/sprites/equipment/head/nohmask.xml new file mode 100644 index 00000000..9dd928bc --- /dev/null +++ b/graphics/sprites/equipment/head/nohmask.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Micksha +Copyright (C) 2018 Evol --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/nohmask.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |