diff options
Diffstat (limited to 'graphics/sprites/equipment/head/brimmedhat.xml')
-rw-r--r-- | graphics/sprites/equipment/head/brimmedhat.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/sprites/equipment/head/brimmedhat.xml b/graphics/sprites/equipment/head/brimmedhat.xml index 49df317e..d126d6b6 100644 --- a/graphics/sprites/equipment/head/brimmedhat.xml +++ b/graphics/sprites/equipment/head/brimmedhat.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid -Copyright (C) 2014 Evol Online --> +<!-- Author: Reid, Saulc +Copyright (C) 2014 Evol Online +Copyright (C) 2018 TMW2 --> <sprite> <imageset name="base" src="graphics/sprites/equipment/head/brimmedhat.png" - width="27" - height="20"/> + width="32" + height="64" + offsetY="1"/> - <include file="equipment/head/pumpkinhat.xml"/> + <include file="equipment/head/headmodel-male.xml"/> </sprite> |