diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:02:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:02:00 -0300 |
commit | bb8dc14b9b8f41941a685b7b0c61bbdeccab55d4 (patch) | |
tree | 6521318afefe9fe27494396b73fe99ce7e047633 /maps.xml | |
parent | 6270a77c7296d4b6e9c132ead617e5689dd0c4d1 (diff) | |
download | clientdata-bb8dc14b9b8f41941a685b7b0c61bbdeccab55d4.tar.gz clientdata-bb8dc14b9b8f41941a685b7b0c61bbdeccab55d4.tar.bz2 clientdata-bb8dc14b9b8f41941a685b7b0c61bbdeccab55d4.tar.xz clientdata-bb8dc14b9b8f41941a685b7b0c61bbdeccab55d4.zip |
Fix stuff, add warps, wait for pipeline
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -277,6 +277,12 @@ Copyright (C) 2018 TMW2 --> <map name="017-1.tmx"> <atlas name="lof"/> </map> + <map name="017-2.tmx"> + <atlas name="lof-indoor"/> + </map> + <map name="018-4-2.tmx"> + <atlas name="lof-indoor"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> @@ -575,6 +581,7 @@ Copyright (C) 2018 TMW2 --> </atlas> <atlas name="lof"> + <file name="graphics/tilesets/christmas.png"/> <file name="graphics/tilesets/trans_woodland_desert.png"/> <file name="graphics/tilesets/woodland_ground.png"/> <file name="graphics/tilesets/water.png"/> @@ -594,6 +601,17 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/br/hole.png"/> <file name="graphics/tilesets/box.png"/> <file name="graphics/tilesets/crypt_blockwall.png"/> + <file name="graphics/tilesets/lof/warp_gates.png"/> + </atlas> + + <atlas name="lof-indoor"> + <file name="graphics/tilesets/christmas.png"/> + <file name="graphics/tilesets/inn.png"/> + <file name="graphics/tilesets/lof/woodland_indoor.png"/> + <file name="graphics/tilesets/lof/woodland_indoor_extra.png"/> + <file name="graphics/tilesets/lof/woodland_indoor_x2.png"/> + <file name="graphics/tilesets/lof/woodland_indoor_x3.png"/> + <file name="graphics/tilesets/lof/woodland_indoor_x3_extra.png"/> </atlas> <atlas name="magic-forest"> |