diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:22:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:22:50 -0300 |
commit | 6e3d4aa6c9088181c3ad5b8d9ae8d86982ad6849 (patch) | |
tree | 84f809ca4b88848eae650626d3ba3b3804066bb8 /maps.xml | |
parent | b1a80d5b6c1405e72e0ee471c1919141636c409f (diff) | |
download | clientdata-6e3d4aa6c9088181c3ad5b8d9ae8d86982ad6849.tar.gz clientdata-6e3d4aa6c9088181c3ad5b8d9ae8d86982ad6849.tar.bz2 clientdata-6e3d4aa6c9088181c3ad5b8d9ae8d86982ad6849.tar.xz clientdata-6e3d4aa6c9088181c3ad5b8d9ae8d86982ad6849.zip |
Pipeline fixes
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> |