diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-02 03:19:57 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-02 03:20:27 +0200 |
commit | c920fbd6e7c756192daddcd6040fe697a2240ecb (patch) | |
tree | 6df84296ad98fc783acf16e8e2d4e882b4dade14 /graphics/sprites | |
parent | 1e953e9316cbbe8abfce7e79ffba3c6ce35d3fce (diff) | |
download | clientdata-c920fbd6e7c756192daddcd6040fe697a2240ecb.tar.gz clientdata-c920fbd6e7c756192daddcd6040fe697a2240ecb.tar.bz2 clientdata-c920fbd6e7c756192daddcd6040fe697a2240ecb.tar.xz clientdata-c920fbd6e7c756192daddcd6040fe697a2240ecb.zip |
Fixed the Y offset of the brimmed hats: had issues with some hairstyles
Also, couldn't see player's eyes sometimes (even though there is perspective involved).
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/brimmedfeatherhat.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedflowerhat.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/brimmedhat.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/equipment/head/brimmedfeatherhat.xml b/graphics/sprites/equipment/head/brimmedfeatherhat.xml index ba10bb3f..6ed953da 100644 --- a/graphics/sprites/equipment/head/brimmedfeatherhat.xml +++ b/graphics/sprites/equipment/head/brimmedfeatherhat.xml @@ -6,7 +6,7 @@ Copyright (C) 2014 Evol Online --> src="graphics/sprites/equipment/head/brimmedfeatherhat.png" width="27" height="20" - offsetY="-9"/> + offsetY="-10"/> <include file="equipment/head/pumpkinhat.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/brimmedflowerhat.xml b/graphics/sprites/equipment/head/brimmedflowerhat.xml index 31918960..49d94d74 100644 --- a/graphics/sprites/equipment/head/brimmedflowerhat.xml +++ b/graphics/sprites/equipment/head/brimmedflowerhat.xml @@ -6,7 +6,7 @@ Copyright (C) 2014 Evol Online --> src="graphics/sprites/equipment/head/brimmedflowerhat.png" width="27" height="20" - offsetY="-9"/> + offsetY="-10"/> <include file="equipment/head/pumpkinhat.xml"/> </sprite> diff --git a/graphics/sprites/equipment/head/brimmedhat.xml b/graphics/sprites/equipment/head/brimmedhat.xml index 0393d482..3bce3a6e 100644 --- a/graphics/sprites/equipment/head/brimmedhat.xml +++ b/graphics/sprites/equipment/head/brimmedhat.xml @@ -6,7 +6,7 @@ Copyright (C) 2014 Evol Online --> src="graphics/sprites/equipment/head/brimmedhat.png" width="27" height="20" - offsetY="-9"/> + offsetY="-10"/> <include file="equipment/head/pumpkinhat.xml"/> </sprite> |