diff options
author | Reid <reidyaro@gmail.com> | 2015-02-05 01:31:01 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-05 01:31:01 +0100 |
commit | 5783c686ea4dfadd142759dd2379883625871960 (patch) | |
tree | ae64e762dcb5b17dee7e53636cc4d7a848ee67e6 | |
parent | fa90f840a4272b7f28212662ead1f31a95efd424 (diff) | |
download | clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.gz clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.bz2 clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.xz clientdata-5783c686ea4dfadd142759dd2379883625871960.zip |
Correct harbour offset.
-rw-r--r-- | graphics/sprites/accessories/harbour-hook.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/accessories/harbour-rope.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/harbour.xml | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/graphics/sprites/accessories/harbour-hook.xml b/graphics/sprites/accessories/harbour-hook.xml index 5eafd0e1..03f449ae 100644 --- a/graphics/sprites/accessories/harbour-hook.xml +++ b/graphics/sprites/accessories/harbour-hook.xml @@ -7,7 +7,7 @@ Copyright (C) 2015 Evol Online --> width="5" height="40" offsetY="-51" - offsetX="92"/> + offsetX="76"/> <action name="stand" imageset="npc"> diff --git a/graphics/sprites/accessories/harbour-rope.xml b/graphics/sprites/accessories/harbour-rope.xml index 4d7b927f..99d9eb5c 100644 --- a/graphics/sprites/accessories/harbour-rope.xml +++ b/graphics/sprites/accessories/harbour-rope.xml @@ -5,7 +5,8 @@ Copyright (C) 2015 Evol Online --> <imageset name="npc" src="graphics/sprites/accessories/harbour-rope.png" width="192" - height="128"/> + height="128" + offsetX="-16"/> <action name="stand" imageset="npc"> <!-- Static Top --> diff --git a/graphics/sprites/npcs/xml/harbour.xml b/graphics/sprites/npcs/xml/harbour.xml index 005d9b14..e1fd0bf9 100644 --- a/graphics/sprites/npcs/xml/harbour.xml +++ b/graphics/sprites/npcs/xml/harbour.xml @@ -5,7 +5,8 @@ Copyright (C) 2015 Evol Online --> <imageset name="npc" src="graphics/sprites/npcs/sprite/harbour.png" width="192" - height="128"/> + height="128" + offsetX="-16"/> <action name="stand" imageset="npc"> <!-- Static Top --> |