diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-27 23:30:55 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-27 23:30:55 +0000 |
commit | ac57991d2db807443cec023c0503986b2e7df658 (patch) | |
tree | baad773f7e1a6b06a45ad33129683581043b66c5 /graphics/sprites/equipment/head | |
parent | 510b501ce1054a4128da198e3a1d60e042d36ded (diff) | |
download | clientdata-ac57991d2db807443cec023c0503986b2e7df658.tar.gz clientdata-ac57991d2db807443cec023c0503986b2e7df658.tar.bz2 clientdata-ac57991d2db807443cec023c0503986b2e7df658.tar.xz clientdata-ac57991d2db807443cec023c0503986b2e7df658.zip |
add cat ears sprite
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/catears.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/catears.xml b/graphics/sprites/equipment/head/catears.xml new file mode 100644 index 00000000..d1c73e4f --- /dev/null +++ b/graphics/sprites/equipment/head/catears.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/catears.png|M;W" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite>
\ No newline at end of file |