diff options
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -41,6 +41,9 @@ Copyright (C) 2018 TMW2 --> <map name="000-0-0.tmx"> <atlas name="ocean"/> </map> + <map name="000-0-1.tmx"> + <atlas name="ship"/> + </map> <map name="000-0.tmx"> <atlas name="ocean"/> </map> @@ -668,6 +671,9 @@ Copyright (C) 2018 TMW2 --> <map name="029-0.tmx"> <atlas name="evol-artis"/> </map> + <map name="029-1.tmx"> + <atlas name="br-darkforest"/> + </map> <map name="029-2.tmx"> <atlas name="crypt"/> </map> @@ -680,9 +686,18 @@ Copyright (C) 2018 TMW2 --> <map name="029-5.tmx"> <atlas name="crypt"/> </map> + <map name="029-6.tmx"> + <atlas name="woodland-crypt"/> + </map> + <map name="029-7.tmx"> + <atlas name="woodland-crypt"/> + </map> <map name="029-8.tmx"> <atlas name="evol-asphodel"/> </map> + <map name="029-9.tmx"> + <atlas name="boss-prelude"/> + </map> <map name="042-0.tmx"> <atlas name="camelot"/> </map> @@ -850,6 +865,7 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/evol/artis-pillar-x1x2.png"/> <file name="graphics/tilesets/evol/artis-windows.png"/> <file name="graphics/tilesets/evol/ground.png"/> + <file name="graphics/tilesets/accessory.png"/> <file name="graphics/tilesets/ship-base.png"/> <file name="graphics/tilesets/ship-flags-x3x2.png"/> <file name="graphics/tilesets/ship-mast.png"/> @@ -950,6 +966,16 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/arena.png"/> </atlas> + <atlas name="boss-prelude"> + <file name="graphics/tilesets/arena.png"/> + <file name="graphics/tilesets/cave.png"/> + <file name="graphics/tilesets/crypt2.png"/> + <file name="graphics/tilesets/desert1.png"/> + <file name="graphics/tilesets/inn.png"/> + <file name="graphics/tilesets/woodland_indoor.png"/> + <file name="graphics/tilesets/woodland_graveyard_x3.png"/> + </atlas> + <atlas name="candor"> <file name="graphics/tilesets/night.png"/> <file name="graphics/tilesets/christmas.png"/> @@ -1738,6 +1764,22 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/woodland_indoor_x3.png"/> </atlas> + <atlas name="woodland-crypt"> + <file name="graphics/tilesets/forest.png"/> + <file name="graphics/tilesets/forest_cover.png"/> + <file name="graphics/tilesets/woodland_graveyard_crypt.png"/> + <file name="graphics/tilesets/woodland_graveyard_ground.png"/> + <file name="graphics/tilesets/woodland_graveyard_x3.png"/> + <file name="graphics/tilesets/woodland_graveyard_x4.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/woodland_ground2.png"/> + <file name="graphics/tilesets/woodland_swamp.png"/> + <file name="graphics/tilesets/woodland_x2.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + <file name="graphics/tilesets/woodland_x5.png"/> + <file name="graphics/tilesets/woodland_x8.png"/> + </atlas> + <atlas name="woodland-snow"> <file name="graphics/tilesets/snow.png"/> <file name="graphics/tilesets/snow2.png"/> @@ -1806,6 +1848,22 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/indoor-accessories.png"/> </atlas> + <atlas name="br-darkforest"> + <file name="graphics/tilesets/br/hlw_arvores_x5.png"/> + <file name="graphics/tilesets/br/bridge.png"/> + <file name="graphics/tilesets/br/hlw_casa_bruxa.png"/> + <file name="graphics/tilesets/br/hlw_circ.png"/> + <file name="graphics/tilesets/br/hlw_ground.png"/> + <file name="graphics/tilesets/br/hlw_objetos_x2.png"/> + <file name="graphics/tilesets/br/hlw_objetos_x3.png"/> + <file name="graphics/tilesets/br/hlw_telhado.png"/> + <file name="graphics/tilesets/cave.png"/> + <file name="graphics/tilesets/cave_bilevel.png"/> + <file name="graphics/tilesets/concreteWalls.png"/> + <file name="graphics/tilesets/woodland_village.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + </atlas> + <atlas name="evol-indoor"> <file name="graphics/tilesets/evol/artis-accessory.png"/> <file name="graphics/tilesets/evol/artis-accessory-x1x2.png"/> |