diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:42:29 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:42:29 +0100 |
commit | 45a3a913e6a99af1ed00ae84c4a5b7b41c0b3033 (patch) | |
tree | ee6e02bb52508c7c722d122bee443c6110f1ff7e /graphics/sprites | |
parent | 64e687f630f0a9a7d2907a6ae996ddbc2e5373a1 (diff) | |
download | clientdata-45a3a913e6a99af1ed00ae84c4a5b7b41c0b3033.tar.gz clientdata-45a3a913e6a99af1ed00ae84c4a5b7b41c0b3033.tar.bz2 clientdata-45a3a913e6a99af1ed00ae84c4a5b7b41c0b3033.tar.xz clientdata-45a3a913e6a99af1ed00ae84c4a5b7b41c0b3033.zip |
add bra female xml
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/chest/bra-female.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/bra-female.xml b/graphics/sprites/equipment/chest/bra-female.xml new file mode 100644 index 00000000..fc99cff0 --- /dev/null +++ b/graphics/sprites/equipment/chest/bra-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/chest/bra-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |