diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-28 07:34:55 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-28 07:34:55 +0000 |
commit | e525693b348a4ff6a5f271a417c7c10c257f578e (patch) | |
tree | 9d4c32d4e88e49932992e94d5521606221d3f7b0 | |
parent | d76f602c4ebcb5c7b1d9a369fed42a3870bd9faf (diff) | |
download | clientdata-e525693b348a4ff6a5f271a417c7c10c257f578e.tar.gz clientdata-e525693b348a4ff6a5f271a417c7c10c257f578e.tar.bz2 clientdata-e525693b348a4ff6a5f271a417c7c10c257f578e.tar.xz clientdata-e525693b348a4ff6a5f271a417c7c10c257f578e.zip |
Add xml for glovess
-rw-r--r-- | graphics/sprites/equipment/hands/cottongloves-male | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/hands/cottongloves-male b/graphics/sprites/equipment/hands/cottongloves-male new file mode 100644 index 00000000..fa37c49e --- /dev/null +++ b/graphics/sprites/equipment/hands/cottongloves-male @@ -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/chest/bromenalchest-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |