diff options
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -554,6 +554,12 @@ Copyright (C) 2018 TMW2 --> <map name="024-16.tmx"> <atlas name="frostia-castle"/> </map> + <map name="025-2.tmx"> + <atlas name="fi-outskirts"/> + </map> + <map name="025-2-1.tmx"> + <atlas name="cave"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> @@ -1451,4 +1457,22 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/evol/hurns-teacup-vapor.png"/> </atlas> + <!-- namespace Fortress Island --> + <atlas name="fi-outskirts"> + <file name="graphics/tilesets/castle1.png"/> + <file name="graphics/tilesets/blockWalls.png"/> + <file name="graphics/tilesets/blockWalls2.png"/> + <file name="graphics/tilesets/blockWalls_x2.png"/> + <file name="graphics/tilesets/br/desert3.png"/> + <file name="graphics/tilesets/desert_x3.png"/> + <file name="graphics/tilesets/desert_x5.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + <file name="graphics/tilesets/woodland_village.png"/> + <file name="graphics/tilesets/woodland_village_x2.png"/> + <file name="graphics/tilesets/signs_x2.png"/> + <file name="graphics/tilesets/br/trans_woodland_desert.png"/> + </atlas> + + </maps> |