diff options
author | Reid <reidyaro@gmail.com> | 2014-10-28 02:45:25 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-10-28 02:45:25 +0100 |
commit | 2643aaf19992837c03d8a433e69a6b1d01af9129 (patch) | |
tree | b613c76c30f469e01f451fbc7cfd94cfadd7fdfa /graphics | |
parent | 210e749459af468dc4b62942bd3e153cda200ce6 (diff) | |
download | clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.gz clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.bz2 clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.tar.xz clientdata-2643aaf19992837c03d8a433e69a6b1d01af9129.zip |
Add the second brimmed hat variation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/equipment/head/brimmedfeatherhat.png | bin | 5996 -> 5996 bytes | |||
-rw-r--r-- | graphics/items/equipment/head/brimmedflowerhat.png | bin | 0 -> 6203 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedfeatherhat.png | bin | 9037 -> 9325 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedflowerhat.png | bin | 0 -> 9514 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedflowerrhat.xml | 12 |
5 files changed, 12 insertions, 0 deletions
diff --git a/graphics/items/equipment/head/brimmedfeatherhat.png b/graphics/items/equipment/head/brimmedfeatherhat.png Binary files differindex 33f1c953..49987050 100644 --- a/graphics/items/equipment/head/brimmedfeatherhat.png +++ b/graphics/items/equipment/head/brimmedfeatherhat.png diff --git a/graphics/items/equipment/head/brimmedflowerhat.png b/graphics/items/equipment/head/brimmedflowerhat.png Binary files differnew file mode 100644 index 00000000..3d7497cd --- /dev/null +++ b/graphics/items/equipment/head/brimmedflowerhat.png diff --git a/graphics/sprites/equipment/head/brimmedfeatherhat.png b/graphics/sprites/equipment/head/brimmedfeatherhat.png Binary files differindex 5825565c..9555c1fa 100644 --- a/graphics/sprites/equipment/head/brimmedfeatherhat.png +++ b/graphics/sprites/equipment/head/brimmedfeatherhat.png diff --git a/graphics/sprites/equipment/head/brimmedflowerhat.png b/graphics/sprites/equipment/head/brimmedflowerhat.png Binary files differnew file mode 100644 index 00000000..4667a3b6 --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedflowerhat.png diff --git a/graphics/sprites/equipment/head/brimmedflowerrhat.xml b/graphics/sprites/equipment/head/brimmedflowerrhat.xml new file mode 100644 index 00000000..31918960 --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedflowerrhat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2014 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/brimmedflowerhat.png" + width="27" + height="20" + offsetY="-9"/> + + <include file="equipment/head/pumpkinhat.xml"/> +</sprite> |