diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-28 08:14:01 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-28 08:14:01 +0000 |
commit | 7ec24d96df117540ce4e3e6aa9a8b5e8b5e08698 (patch) | |
tree | 415de3696d412794fe5d078bc3c4e4be324e11f7 | |
parent | f1bbd5051faf2c9677c4d878165a693e39faed0b (diff) | |
download | clientdata-7ec24d96df117540ce4e3e6aa9a8b5e8b5e08698.tar.gz clientdata-7ec24d96df117540ce4e3e6aa9a8b5e8b5e08698.tar.bz2 clientdata-7ec24d96df117540ce4e3e6aa9a8b5e8b5e08698.tar.xz clientdata-7ec24d96df117540ce4e3e6aa9a8b5e8b5e08698.zip |
Add bromenal gloves xml file for female
-rw-r--r-- | graphics/sprites/equipment/hands/bromenalgloves-female.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/hands/bromenalgloves-female.xml b/graphics/sprites/equipment/hands/bromenalgloves-female.xml new file mode 100644 index 00000000..154b0ecb --- /dev/null +++ b/graphics/sprites/equipment/hands/bromenalgloves-female.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/bromenalgloves-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |