diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:22:08 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 09:22:08 +0100 |
commit | f8da333ea44392d4a08f69cde485e6af8d417b92 (patch) | |
tree | 32b6a1bfde42f3beb6fd723a721f4ff292ea6ba1 | |
parent | d6116207c5c7309e9e473df8cfa6d8af81d98134 (diff) | |
download | clientdata-f8da333ea44392d4a08f69cde485e6af8d417b92.tar.gz clientdata-f8da333ea44392d4a08f69cde485e6af8d417b92.tar.bz2 clientdata-f8da333ea44392d4a08f69cde485e6af8d417b92.tar.xz clientdata-f8da333ea44392d4a08f69cde485e6af8d417b92.zip |
add courbahelmet xml
-rw-r--r-- | graphics/sprites/equipment/head/courbahelmet.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/courbahelmet.xml b/graphics/sprites/equipment/head/courbahelmet.xml new file mode 100644 index 00000000..3d82588f --- /dev/null +++ b/graphics/sprites/equipment/head/courbahelmet.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/courbahelmet.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |