diff options
author | Reid <reidyaro@gmail.com> | 2012-01-01 03:42:00 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-01 03:42:00 +0100 |
commit | 5963979d7303f62a527c0e7a632d486ea60cdd4b (patch) | |
tree | 0cda6d5f4afcdb18e0dd4ecea045dbf7dc377b5c /graphics | |
parent | 79d0cd44988209c5c5d6f66cedcb45642253d2bb (diff) | |
download | clientdata-5963979d7303f62a527c0e7a632d486ea60cdd4b.tar.gz clientdata-5963979d7303f62a527c0e7a632d486ea60cdd4b.tar.bz2 clientdata-5963979d7303f62a527c0e7a632d486ea60cdd4b.tar.xz clientdata-5963979d7303f62a527c0e7a632d486ea60cdd4b.zip |
Correct offsetx by offsetY on acc-npc-! xml,
Put ! in inactive mode on npcs.xml and commented the reason.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/accessories/acc-npc-!.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/accessories/acc-npc-!.xml b/graphics/sprites/accessories/acc-npc-!.xml index d65ceb4c..44beb04d 100644 --- a/graphics/sprites/accessories/acc-npc-!.xml +++ b/graphics/sprites/accessories/acc-npc-!.xml @@ -2,7 +2,7 @@ <!-- Author : Reid Copyright (C) 2010-2012 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/accessories/acc-npc-!.png" width="32" height="32" offsetx="-64" /> + <imageset name="base" src="graphics/sprites/accessories/acc-npc-!.png" width="32" height="32" offsetY="-64" /> <action name="stand" imageset="base"> <animation direction="right"> <frame index="0"/> |