diff options
-rw-r--r-- | graphics/sprites/equipment/head/lordhelmet.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/lordhelmet.xml b/graphics/sprites/equipment/head/lordhelmet.xml new file mode 100644 index 00000000..0320d119 --- /dev/null +++ b/graphics/sprites/equipment/head/lordhelmet.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/lordhelmet.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> |