diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-26 11:55:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-26 11:55:00 -0300 |
commit | dd979b593beaa2642816de0f8c2480d2c8f91adb (patch) | |
tree | dd4193943dbe3d8c14f7cc5686da6966b9a7b247 /maps.xml | |
parent | 9650382025a5c7b559cdafb87a17a754b7033383 (diff) | |
download | clientdata-dd979b593beaa2642816de0f8c2480d2c8f91adb.tar.gz clientdata-dd979b593beaa2642816de0f8c2480d2c8f91adb.tar.bz2 clientdata-dd979b593beaa2642816de0f8c2480d2c8f91adb.tar.xz clientdata-dd979b593beaa2642816de0f8c2480d2c8f91adb.zip |
021-1 Ice Labyrinth Stub (You'll warp around as I WANT, was I clear? ¬.¬)
Warps not complete, and all mobs removed for clean-up. Yeah, it's incomplete,
but this allows me to add Friendly Yeti NPC at least.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -358,6 +358,9 @@ Copyright (C) 2018 TMW2 --> <map name="019-2.tmx"> <atlas name="snow-village"/> </map> + <map name="021-1.tmx"> + <atlas name="icecave"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> @@ -641,6 +644,10 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/blockWalls.png"/> </atlas> + <atlas name="icecave"> + <file name="graphics/tilesets/icecave.png"/> + </atlas> + <atlas name="lilit"> <file name="graphics/tilesets/br/arvore_raiz.png"/> <file name="graphics/tilesets/br/arvore_tronco_x3.png"/> |