diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:29:31 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:29:31 +0100 |
commit | b12afcb669f8d340c8914bc7967ad7a56b968bd5 (patch) | |
tree | be1662b178631925eae21dd12a075a088f856532 /graphics/sprites/equipment | |
parent | 6ad9db0b273ca4e469ba70dd0020c563824c8f9e (diff) | |
download | clientdata-b12afcb669f8d340c8914bc7967ad7a56b968bd5.tar.gz clientdata-b12afcb669f8d340c8914bc7967ad7a56b968bd5.tar.bz2 clientdata-b12afcb669f8d340c8914bc7967ad7a56b968bd5.tar.xz clientdata-b12afcb669f8d340c8914bc7967ad7a56b968bd5.zip |
add pharaoh crown xml
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/head/pharaohcrown.png (renamed from graphics/sprites/equipment/head/Pharaohcrown.png) | bin | 4750 -> 4750 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/pharaohcrown.xml | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/Pharaohcrown.png b/graphics/sprites/equipment/head/pharaohcrown.png Binary files differindex 10ecc8aa..10ecc8aa 100644 --- a/graphics/sprites/equipment/head/Pharaohcrown.png +++ b/graphics/sprites/equipment/head/pharaohcrown.png diff --git a/graphics/sprites/equipment/head/pharaohcrown.xml b/graphics/sprites/equipment/head/pharaohcrown.xml new file mode 100644 index 00000000..7a85a7fa --- /dev/null +++ b/graphics/sprites/equipment/head/pharaohcrown.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/pharaocrown.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |