diff options
author | Alige <aligetmw@hotmail.fr> | 2013-03-09 00:50:22 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-03-09 00:53:30 +0400 |
commit | 4203652b65c5b28dfc9f9787b537767ea950d23a (patch) | |
tree | 1bd7c20b2449132f016e090a354c78a4fa56d405 /maps.xml | |
parent | 68826fb03faf625f72692f6e9b4bb0a1610b5588 (diff) | |
download | clientdata-4203652b65c5b28dfc9f9787b537767ea950d23a.tar.gz clientdata-4203652b65c5b28dfc9f9787b537767ea950d23a.tar.bz2 clientdata-4203652b65c5b28dfc9f9787b537767ea950d23a.tar.xz clientdata-4203652b65c5b28dfc9f9787b537767ea950d23a.zip |
Renamed 2 tilesets and fixed few issues in the LICENSE and maps.xml files.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -3,13 +3,13 @@ Copyright (C) 2012 Evol Online --> <maps> <map name="000-0.tmx"> - <atlas name="000-1"/> + <atlas name="island"/> </map> <map name="000-0-0.tmx"> <atlas name="ship"/> </map> <map name="000-1.tmx"> - <atlas name="000-1"/> + <atlas name="island"/> </map> <map name="000-2-0.tmx"> <atlas name="ship"/> @@ -26,20 +26,20 @@ Copyright (C) 2012 Evol Online --> <map name="000-2-3.tmx"> <atlas name="ship"/> </map> - <atlas name="000-1"> + <atlas name="island"> <file name="graphics/tilesets/accessory.png"/> <file name="graphics/tilesets/box.png"/> - <file name="graphics/tilesets/box-x1-x2.png"/> + <file name="graphics/tilesets/box-x1x2.png"/> <file name="graphics/tilesets/ground.png"/> - <file name="graphics/tilesets/ship_base.png"/> - <file name="graphics/tilesets/ship_mast.png"/> - <file name="graphics/tilesets/tree_x3x3.png"/> - <file name="graphics/tilesets/tree_x3x4.png"/> + <file name="graphics/tilesets/ship-base.png"/> + <file name="graphics/tilesets/ship-mast.png"/> + <file name="graphics/tilesets/tree-x3x3.png"/> + <file name="graphics/tilesets/tree-x3x4.png"/> <file name="graphics/tilesets/water.png"/> </atlas> <atlas name="ship"> <file name="graphics/tilesets/box.png"/> - <file name="graphics/tilesets/box-x1-x2.png"/> + <file name="graphics/tilesets/box-x1x2.png"/> <file name="graphics/tilesets/candle.png"/> <file name="graphics/tilesets/carpet.png"/> <file name="graphics/tilesets/shadow.png"/> |