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 /graphics/sprites/npcs | |
parent | fa90f840a4272b7f28212662ead1f31a95efd424 (diff) | |
download | clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.gz clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.bz2 clientdata-5783c686ea4dfadd142759dd2379883625871960.tar.xz clientdata-5783c686ea4dfadd142759dd2379883625871960.zip |
Correct harbour offset.
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/harbour.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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 --> |