diff options
-rw-r--r-- | graphics/sprites/equipment/legs/candorshorts-female.png | bin | 0 -> 10054 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/legs/candorshorts-female.xml | 11 | ||||
-rw-r--r-- | graphics/sprites/equipment/legs/cottonshorts-female.xml | 11 |
3 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/legs/candorshorts-female.png b/graphics/sprites/equipment/legs/candorshorts-female.png Binary files differnew file mode 100644 index 00000000..edf17786 --- /dev/null +++ b/graphics/sprites/equipment/legs/candorshorts-female.png diff --git a/graphics/sprites/equipment/legs/candorshorts-female.xml b/graphics/sprites/equipment/legs/candorshorts-female.xml new file mode 100644 index 00000000..ca2188da --- /dev/null +++ b/graphics/sprites/equipment/legs/candorshorts-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2014 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/legs/candorshorts-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/legs/cottonshorts-female.xml b/graphics/sprites/equipment/legs/cottonshorts-female.xml new file mode 100644 index 00000000..90f0212a --- /dev/null +++ b/graphics/sprites/equipment/legs/cottonshorts-female.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2014 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/legs/cottonshorts-female.png" + width="64" + height="64"/> + + <include file="races/human-male.xml"/> +</sprite> |