diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-08 19:22:41 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-08 19:22:41 +0000 |
commit | 51aed68be6ea48ff4094b6bec926533ea701bf01 (patch) | |
tree | 68ffdb301ee53e088b03977a2ed3d1396425c51d /graphics/sprites/equipment/head | |
parent | 6bc61ee51638ba9c5adcb7c817f85f1cac53f817 (diff) | |
download | clientdata-51aed68be6ea48ff4094b6bec926533ea701bf01.tar.gz clientdata-51aed68be6ea48ff4094b6bec926533ea701bf01.tar.bz2 clientdata-51aed68be6ea48ff4094b6bec926533ea701bf01.tar.xz clientdata-51aed68be6ea48ff4094b6bec926533ea701bf01.zip |
paper bag xml for @crazyfefe
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/paperbag.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/paperbag.xml b/graphics/sprites/equipment/head/paperbag.xml new file mode 100644 index 00000000..18e62c9c --- /dev/null +++ b/graphics/sprites/equipment/head/paperbag.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/paperbag.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |