diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 01:51:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 01:51:03 -0300 |
commit | 5d3a0048e0dd4382f285204910c7670888ecdddb (patch) | |
tree | b566a1044358ca7402d8306f8b7f9bf0dc1b7ed1 /maps.xml | |
parent | 3086ddaefcbca8f9b10c2fe9262f7ead40f99f32 (diff) | |
download | clientdata-5d3a0048e0dd4382f285204910c7670888ecdddb.tar.gz clientdata-5d3a0048e0dd4382f285204910c7670888ecdddb.tar.bz2 clientdata-5d3a0048e0dd4382f285204910c7670888ecdddb.tar.xz clientdata-5d3a0048e0dd4382f285204910c7670888ecdddb.zip |
Fix bugs
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -274,6 +274,9 @@ Copyright (C) 2018 TMW2 --> <map name="016-7.tmx"> <atlas name="ocean"/> </map> + <map name="017-1.tmx"> + <atlas name="lof"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> @@ -571,6 +574,28 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/blockWalls.png"/> </atlas> + <atlas name="lof"> + <file name="graphics/tilesets/trans_woodland_desert.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/water.png"/> + <file name="graphics/tilesets/br/watergrass.png"/> + <file name="graphics/tilesets/lof_woodland_village.png"/> + <file name="graphics/tilesets/lof_woodland_village_x2.png"/> + <file name="graphics/tilesets/tree-x3x4.png"/> + <file name="graphics/tilesets/desert2_old.png"/> + <file name="graphics/tilesets/desert1.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + <file name="graphics/tilesets/br/dirt2.png"/> + <file name="graphics/tilesets/woodland_x2.png"/> + <file name="graphics/tilesets/blockWalls2.png"/> + <file name="graphics/tilesets/signs_x2.png"/> + <file name="graphics/tilesets/br/pavement.png"/> + <file name="graphics/tilesets/casas-cogumelo.png"/> + <file name="graphics/tilesets/br/hole.png"/> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/crypt_blockwall.png"/> + </atlas> + <atlas name="magic-forest"> <file name="graphics/tilesets/casas-cogumelo.png"/> <file name="graphics/tilesets/woodland_ground.png"/> |