diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-09 19:34:45 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-09 19:34:45 +0400 |
commit | 8fab0de9bdf61e31255fd718d195c0b4b8c9afc8 (patch) | |
tree | 1a62214c126db6da30d22a04f4d972ac9c91a7e9 /graphics/sprites/npcs/xml/nard.xml | |
parent | 93a6b7dabd38a80d871851d8bd0e4bbb6884dfbe (diff) | |
download | clientdata-8fab0de9bdf61e31255fd718d195c0b4b8c9afc8.tar.gz clientdata-8fab0de9bdf61e31255fd718d195c0b4b8c9afc8.tar.bz2 clientdata-8fab0de9bdf61e31255fd718d195c0b4b8c9afc8.tar.xz clientdata-8fab0de9bdf61e31255fd718d195c0b4b8c9afc8.zip |
Fixed alignment problems in XML files.
Diffstat (limited to 'graphics/sprites/npcs/xml/nard.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/nard.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/npcs/xml/nard.xml b/graphics/sprites/npcs/xml/nard.xml index f07116b1..ccbcc73b 100644 --- a/graphics/sprites/npcs/xml/nard.xml +++ b/graphics/sprites/npcs/xml/nard.xml @@ -3,10 +3,10 @@ Copyright (C) 2012 Evol Online --> <sprite> <imageset name="npc" - src="graphics/sprites/npcs/sprite/nard.png" - width="64" - height="64" - offsetX="16"/> + src="graphics/sprites/npcs/sprite/nard.png" + width="64" + height="64" + offsetX="16"/> <action name="stand" imageset="npc"> <animation direction="default"> |