diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-20 22:06:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-20 22:06:34 -0300 |
commit | 0c0ccdac098b35d2a0e57219009b1de42d0942d9 (patch) | |
tree | eebb3d4e1333c86c3d7ee98a7a2376a15aa58643 | |
parent | 4c06d4ed218762082c93d6903a3d6e1904e20e4a (diff) | |
download | clientdata-0c0ccdac098b35d2a0e57219009b1de42d0942d9.tar.gz clientdata-0c0ccdac098b35d2a0e57219009b1de42d0942d9.tar.bz2 clientdata-0c0ccdac098b35d2a0e57219009b1de42d0942d9.tar.xz clientdata-0c0ccdac098b35d2a0e57219009b1de42d0942d9.zip |
Correct the bugs I've introduced
-rw-r--r-- | maps.xml | 4 | ||||
-rw-r--r-- | maps/003-0-1.tmx | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -64,6 +64,9 @@ Copyright (C) 2018 TMW2 --> <map name="002-4.tmx"> <atlas name="ship"/> </map> + <map name="003-0.tmx"> + <atlas name="tulimshar-council"/> + </map> <map name="003-0-1.tmx"> <atlas name="tulimshar-council"/> </map> @@ -545,6 +548,7 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/desert_castle_interior_x5.png"/> <file name="graphics/tilesets/desert_city_indoors.png"/> <file name="graphics/tilesets/desert_city_indoors_x3.png"/> + <file name="graphics/tilesets/grade_x3.png"/> <file name="graphics/tilesets/inn.png"/> <file name="graphics/tilesets/inn2.png"/> <file name="graphics/tilesets/inn_x2.png"/> diff --git a/maps/003-0-1.tmx b/maps/003-0-1.tmx index ba7a4f55..4afa2439 100644 --- a/maps/003-0-1.tmx +++ b/maps/003-0-1.tmx @@ -29,7 +29,6 @@ <tileset firstgid="1737" name="grade_x3" tilewidth="32" tileheight="96" tilecount="3" columns="3"> <image source="../graphics/tilesets/grade_x3.png" width="96" height="96"/> </tileset> - <tileset firstgid="1740" source="../graphics/tilesets/desert_castle.tsx"/> <layer name="Ground1" width="104" height="75"> <data encoding="csv"> 58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58, |