diff options
author | Reid <reidyaro@gmail.com> | 2014-10-27 19:43:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-10-27 19:43:32 +0100 |
commit | f374ad894876a2ee8e1d7bc9b1425e73c51b3496 (patch) | |
tree | 72f53bfb7eb299c514ec12ff6012b23f5cff4b4c | |
parent | 8935f9e6e5ab55bcc38a3e94680e7d60a248c13e (diff) | |
download | clientdata-f374ad894876a2ee8e1d7bc9b1425e73c51b3496.tar.gz clientdata-f374ad894876a2ee8e1d7bc9b1425e73c51b3496.tar.bz2 clientdata-f374ad894876a2ee8e1d7bc9b1425e73c51b3496.tar.xz clientdata-f374ad894876a2ee8e1d7bc9b1425e73c51b3496.zip |
Add new brimmed hat variation.
-rw-r--r-- | graphics/sprites/equipment/head/brimmedfeatherhat.png | bin | 0 -> 9037 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedfeatherhat.xml | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/brimmedfeatherhat.png b/graphics/sprites/equipment/head/brimmedfeatherhat.png Binary files differnew file mode 100644 index 00000000..5825565c --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedfeatherhat.png diff --git a/graphics/sprites/equipment/head/brimmedfeatherhat.xml b/graphics/sprites/equipment/head/brimmedfeatherhat.xml new file mode 100644 index 00000000..ba10bb3f --- /dev/null +++ b/graphics/sprites/equipment/head/brimmedfeatherhat.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/brimmedfeatherhat.png" + width="27" + height="20" + offsetY="-9"/> + + <include file="equipment/head/pumpkinhat.xml"/> +</sprite> |