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/monsters/croconut.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/monsters/croconut.xml')
-rw-r--r-- | graphics/sprites/monsters/croconut.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sprites/monsters/croconut.xml b/graphics/sprites/monsters/croconut.xml index fd2c28f9..5d5ce5b0 100644 --- a/graphics/sprites/monsters/croconut.xml +++ b/graphics/sprites/monsters/croconut.xml @@ -10,11 +10,11 @@ Copyright (C) 2010-2012 Evol Online --> <sprite> <imageset name="mob" - src="graphics/sprites/monsters/croconut.png" - width="18" - height="18" - offsetX="32" - offsetY="-61"/> + src="graphics/sprites/monsters/croconut.png" + width="18" + height="18" + offsetX="32" + offsetY="-61"/> <action name="stand" imageset="mob"> <animation direction="default"> |