diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 22:37:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 22:37:14 -0300 |
commit | 1dfa37455f1c9f5b5bfc80c285219689213c13b1 (patch) | |
tree | 618841128f012c164383bd027beb27297df8069e /maps.xml | |
parent | 0aa11c6b0c0d6ef53d238d42574cccfb4fd42849 (diff) | |
download | clientdata-1dfa37455f1c9f5b5bfc80c285219689213c13b1.tar.gz clientdata-1dfa37455f1c9f5b5bfc80c285219689213c13b1.tar.bz2 clientdata-1dfa37455f1c9f5b5bfc80c285219689213c13b1.tar.xz clientdata-1dfa37455f1c9f5b5bfc80c285219689213c13b1.zip |
This should fix most or all map issues
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -191,7 +191,7 @@ Copyright (C) 2018 TMW2 --> <atlas name="halinarzo"/> </map> <map name="009-5.tmx"> - <atlas name="cave"/> + <atlas name="cave2"/> </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> @@ -403,6 +403,12 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/cave.png"/> </atlas> + <atlas name="cave2"> + <file name="graphics/tilesets/cave.png"/> + <file name="graphics/tilesets/cave_x2.png"/> + <file name="graphics/tilesets/woodland_indoor.png"/> + </atlas> + <atlas name="coliseum"> <file name="graphics/tilesets/concreteWalls.png"/> <file name="graphics/tilesets/grade_x3.png"/> @@ -443,11 +449,15 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/desert1.png"/> <file name="graphics/tilesets/desert2.png"/> <file name="graphics/tilesets/desert3.png"/> + <file name="graphics/tilesets/desert_x2.png"/> <file name="graphics/tilesets/desert_x3.png"/> <file name="graphics/tilesets/desert_x5.png"/> <file name="graphics/tilesets/desert_castle.png"/> + <file name="graphics/tilesets/desert_city.png"/> + <file name="graphics/tilesets/docks_x2.png"/> <file name="graphics/tilesets/flags-anime_x2.png"/> <file name="graphics/tilesets/halinarzo.png"/> + <file name="graphics/tilesets/tree-x3x4.png"/> <file name="graphics/tilesets/trans_woodland_desert.png"/> <file name="graphics/tilesets/waterflow.png"/> <file name="graphics/tilesets/water3.png"/> |