diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 19:19:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 19:19:39 -0300 |
commit | b95072e3078393d47c577a8a3f3861bab161b441 (patch) | |
tree | 862d6793daa479b6bfdbcf894b34eef1272fe046 /maps.xml | |
parent | b73ae419712de29aa0e1cb9b7da675d2cee45b18 (diff) | |
download | clientdata-b95072e3078393d47c577a8a3f3861bab161b441.tar.gz clientdata-b95072e3078393d47c577a8a3f3861bab161b441.tar.bz2 clientdata-b95072e3078393d47c577a8a3f3861bab161b441.tar.xz clientdata-b95072e3078393d47c577a8a3f3861bab161b441.zip |
Try to fix errors
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 37 |
1 files changed, 21 insertions, 16 deletions
@@ -197,9 +197,6 @@ Copyright (C) 2018 TMW2 --> <map name="008-2-14.tmx"> <atlas name="legacy-woodland-indoor"/> </map> - <map name="aeros.tmx"> - <atlas name="aeros"/> - </map> <atlas name="legacy-woodland"> <file name="graphics/legacy/tilesets/woodenpump-x1x3.png"/> @@ -218,24 +215,15 @@ Copyright (C) 2018 TMW2 --> </atlas> <!-- / Legacy --> - <atlas name="aeros"> - <file name="graphics/tilesets/snow.png"/> - <file name="graphics/tilesets/woodland_ground.png"/> - <file name="graphics/tilesets/forest.png"/> - <file name="graphics/tilesets/woodland_swamp.png"/> - <file name="graphics/tilesets/woodland_x8.png"/> - <file name="graphics/tilesets/woodland_x3.png"/> - <file name="graphics/tilesets/woodland_x4.png"/> - <file name="graphics/tilesets/snow_tree_x3.png"/> - <file name="graphics/tilesets/casas-cogumelo.png"/> - <file name="graphics/tilesets/concreteWalls.png"/> - </atlas> - <atlas name="ignored"> <file name="graphics/tilesets/collision.png"/> <file name="graphics/tilesets/level-number.png"/> </atlas> + <!-- / TMW2 --> + <map name="001-1.tmx"> + <atlas name="aeros"/> + </map> <map name="005-1.tmx"> <atlas name="candor"/> </map> @@ -355,6 +343,23 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/ship-glags-x3x2.png"/> </atlas> + <atlas name="aeros"> + <file name="graphics/tilesets/casas-cogumelo.png"/> + <file name="graphics/tilesets/concreteWalls.png"/> + <file name="graphics/tilesets/docks.png"/> + <file name="graphics/tilesets/docks_x4.png"/> + <file name="graphics/tilesets/forest.png"/> + <file name="graphics/tilesets/snow.png"/> + <file name="graphics/tilesets/snow_tree_x3.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/woodland_swamp.png"/> + <file name="graphics/tilesets/woodland_village.png"/> + <file name="graphics/tilesets/woodland_x2.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + <file name="graphics/tilesets/woodland_x4.png"/> + <file name="graphics/tilesets/woodland_x8.png"/> + </atlas> + <atlas name="tulimshar"> <file name="graphics/tilesets/ship-base.png"/> <file name="graphics/tilesets/docks.png"/> |