diff options
author | Saulc <lucashelaine14@gmail.com> | 2021-03-21 16:09:10 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2021-03-21 16:09:10 +0000 |
commit | 223ca68b1a879626d244f84d5595b19aaef6fa28 (patch) | |
tree | 2d42889760abebfd8462413f4dc663f795195277 | |
parent | fab634406e17cbd71b02ab6c376334f7ec13e77e (diff) | |
download | clientdata-223ca68b1a879626d244f84d5595b19aaef6fa28.tar.gz clientdata-223ca68b1a879626d244f84d5595b19aaef6fa28.tar.bz2 clientdata-223ca68b1a879626d244f84d5595b19aaef6fa28.tar.xz clientdata-223ca68b1a879626d244f84d5595b19aaef6fa28.zip |
[Skip CI] add xml for female version
-rw-r--r-- | graphics/sprites/equipment/chest/alchemistrobe-female.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/alchemistrobe-female.xml b/graphics/sprites/equipment/chest/alchemistrobe-female.xml new file mode 100644 index 00000000..9d08a4d3 --- /dev/null +++ b/graphics/sprites/equipment/chest/alchemistrobe-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018-2021 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/alchemistrobe-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |