diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-16 22:34:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-16 22:34:07 +0000 |
commit | 08abd82010b0baf13437da54365f0ad2c43286db (patch) | |
tree | f66c2b7bdf444fdeb1bf590ec90dea4a3afd6366 | |
parent | 1463cc57ea75155daeb97ecb879bdd9f1d60b92d (diff) | |
download | clientdata-08abd82010b0baf13437da54365f0ad2c43286db.tar.gz clientdata-08abd82010b0baf13437da54365f0ad2c43286db.tar.bz2 clientdata-08abd82010b0baf13437da54365f0ad2c43286db.tar.xz clientdata-08abd82010b0baf13437da54365f0ad2c43286db.zip |
Add xml file for silk robe female
-rw-r--r-- | graphics/sprites/equipment/chest/silkrobe-female.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/silkrobe-female.xml b/graphics/sprites/equipment/chest/silkrobe-female.xml new file mode 100644 index 00000000..a771c7ce --- /dev/null +++ b/graphics/sprites/equipment/chest/silkrobe-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc + --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/silkrobe-female.png|W" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |