diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:30:44 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:30:44 +0100 |
commit | 76dc8dd67626b62758be9cf6c4bd102f676b5cf6 (patch) | |
tree | 19a2dbe7eddbdb6f16d035e42f1ec77ff055995a /graphics | |
parent | b12afcb669f8d340c8914bc7967ad7a56b968bd5 (diff) | |
download | clientdata-76dc8dd67626b62758be9cf6c4bd102f676b5cf6.tar.gz clientdata-76dc8dd67626b62758be9cf6c4bd102f676b5cf6.tar.bz2 clientdata-76dc8dd67626b62758be9cf6c4bd102f676b5cf6.tar.xz clientdata-76dc8dd67626b62758be9cf6c4bd102f676b5cf6.zip |
add phylactery
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/equipment/head/phylactery.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/phylactery.xml b/graphics/sprites/equipment/head/phylactery.xml new file mode 100644 index 00000000..9de2ae17 --- /dev/null +++ b/graphics/sprites/equipment/head/phylactery.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/phylactery.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |