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/croc.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/croc.xml')
-rw-r--r-- | graphics/sprites/monsters/croc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/croc.xml b/graphics/sprites/monsters/croc.xml index 2870db32..18453555 100644 --- a/graphics/sprites/monsters/croc.xml +++ b/graphics/sprites/monsters/croc.xml @@ -3,9 +3,9 @@ Copyright (C) 2011-2012 Evol Online --> <sprite> <imageset name="mob" - src="graphics/sprites/monsters/croc.png" - width="30" - height="22"/> + src="graphics/sprites/monsters/croc.png" + width="30" + height="22"/> <action name="spawn" imageset="mob"> <animation> |