diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-26 20:26:28 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-26 20:26:28 +0000 |
commit | 7ae525792fcdbe09968538647b5fa84d0dfc3e40 (patch) | |
tree | 3e0fb62498c9164cde0e8f0b8e8090aa404c9171 | |
parent | dee99a0b253d17bda99e58ac9646ec42e7d1bda9 (diff) | |
download | clientdata-7ae525792fcdbe09968538647b5fa84d0dfc3e40.tar.gz clientdata-7ae525792fcdbe09968538647b5fa84d0dfc3e40.tar.bz2 clientdata-7ae525792fcdbe09968538647b5fa84d0dfc3e40.tar.xz clientdata-7ae525792fcdbe09968538647b5fa84d0dfc3e40.zip |
add candor gloves xml
-rw-r--r-- | graphics/sprites/equipment/hands/candorgloves-male.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/hands/candorgloves-male.xml b/graphics/sprites/equipment/hands/candorgloves-male.xml new file mode 100644 index 00000000..c99f3f7b --- /dev/null +++ b/graphics/sprites/equipment/hands/candorgloves-male.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/hands/candorgloves-male.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |