diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-02 22:11:53 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-02 22:11:53 +0400 |
commit | e0767bde4d91fdbc564a52365e977b0ca1a774f6 (patch) | |
tree | d35641762d1d099b2402bb51bd12edf255642425 | |
parent | f049cddc1364a8dabeb51c5f71490f74c71511be (diff) | |
download | clientdata-e0767bde4d91fdbc564a52365e977b0ca1a774f6.tar.gz clientdata-e0767bde4d91fdbc564a52365e977b0ca1a774f6.tar.bz2 clientdata-e0767bde4d91fdbc564a52365e977b0ca1a774f6.tar.xz clientdata-e0767bde4d91fdbc564a52365e977b0ca1a774f6.zip |
Moved a tiny bit the offsets of elmo and peter NPCs to make them fit above their names.
This does not influence consequently their original position, repectivly near Magic Arpan, and next to the door.
-rw-r--r-- | graphics/sprites/npcs/xml/elmo1.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/rattosailor.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/npcs/xml/elmo1.xml b/graphics/sprites/npcs/xml/elmo1.xml index d04f0e5f..3a9a99f6 100644 --- a/graphics/sprites/npcs/xml/elmo1.xml +++ b/graphics/sprites/npcs/xml/elmo1.xml @@ -6,7 +6,7 @@ Copyright (C) 2011-2012 Evol Online --> src="graphics/sprites/npcs/sprite/elmo1.png" width="19" height="53" - offsetX="-5"/> + offsetX="-4"/> <action name="stand" imageset="npc"> <animation direction="default"> diff --git a/graphics/sprites/npcs/xml/rattosailor.xml b/graphics/sprites/npcs/xml/rattosailor.xml index 90526551..b82fa655 100644 --- a/graphics/sprites/npcs/xml/rattosailor.xml +++ b/graphics/sprites/npcs/xml/rattosailor.xml @@ -6,8 +6,8 @@ Copyright (C) 2010-2012 Evol Online --> src="graphics/sprites/npcs/sprite/rattosailor.png" width="27" height="58" - offsetX="12" - offsetY="-4"/> + offsetX="7" + offsetY="-3"/> <action name="stand" imageset="npc"> <animation direction="default"> |