diff options
author | Reid <reidyaro@gmail.com> | 2015-06-24 01:28:57 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-24 01:28:57 +0200 |
commit | 682600f9ad661f1ad0ba1099451f64e153c81cc9 (patch) | |
tree | 198f3bbeb7f04ce32e96cf865bfa7cdfaf787041 /graphics/sprites/equipment | |
parent | ca1d222c61d515c35a6104e97259c293529240d6 (diff) | |
download | clientdata-682600f9ad661f1ad0ba1099451f64e153c81cc9.tar.gz clientdata-682600f9ad661f1ad0ba1099451f64e153c81cc9.tar.bz2 clientdata-682600f9ad661f1ad0ba1099451f64e153c81cc9.tar.xz clientdata-682600f9ad661f1ad0ba1099451f64e153c81cc9.zip |
Add sprite XMLs for vneck female/male.
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/chest/vneckjumper-female.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/equipment/chest/vneckjumper-male.xml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/chest/vneckjumper-female.xml b/graphics/sprites/equipment/chest/vneckjumper-female.xml new file mode 100644 index 00000000..f70cc0ef --- /dev/null +++ b/graphics/sprites/equipment/chest/vneckjumper-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/vneckjumper-female.png|W" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/chest/vneckjumper-male.xml b/graphics/sprites/equipment/chest/vneckjumper-male.xml new file mode 100644 index 00000000..b5d800ab --- /dev/null +++ b/graphics/sprites/equipment/chest/vneckjumper-male.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/chest/vneckjumper-male.png|W" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |