diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-08 12:51:24 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-08 12:51:24 +0000 |
commit | c1ddf64c3cce92017bde96b5dc1954bc85061709 (patch) | |
tree | 9ad436bb31f1fe2d125cfdcb7c14ed0736ad187f | |
parent | 761790d59cd467d67e4bc3229d60c42c120a34bb (diff) | |
download | clientdata-c1ddf64c3cce92017bde96b5dc1954bc85061709.tar.gz clientdata-c1ddf64c3cce92017bde96b5dc1954bc85061709.tar.bz2 clientdata-c1ddf64c3cce92017bde96b5dc1954bc85061709.tar.xz clientdata-c1ddf64c3cce92017bde96b5dc1954bc85061709.zip |
addd dev cap xml file
-rw-r--r-- | graphics/sprites/equipment/head/devcap.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/devcap.xml b/graphics/sprites/equipment/head/devcap.xml new file mode 100644 index 00000000..efc4c7ad --- /dev/null +++ b/graphics/sprites/equipment/head/devcap.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/devcap.png|R" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |