diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-08 01:09:26 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-08 01:09:26 +0000 |
commit | 55e2ecd79c8e604e36d900d0e7c0bfd74e84b0a8 (patch) | |
tree | fe9474cca0ebddbe1c79549a74f3bcdc085633eb | |
parent | a24bd46931e07ac7f28262023dd0103fc0ea2bb1 (diff) | |
download | clientdata-55e2ecd79c8e604e36d900d0e7c0bfd74e84b0a8.tar.gz clientdata-55e2ecd79c8e604e36d900d0e7c0bfd74e84b0a8.tar.bz2 clientdata-55e2ecd79c8e604e36d900d0e7c0bfd74e84b0a8.tar.xz clientdata-55e2ecd79c8e604e36d900d0e7c0bfd74e84b0a8.zip |
add adm cap xml
-rw-r--r-- | graphics/sprites/equipment/head/admcap.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/admcap.xml b/graphics/sprites/equipment/head/admcap.xml new file mode 100644 index 00000000..54ceabce --- /dev/null +++ b/graphics/sprites/equipment/head/admcap.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/admcap.png|R" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |