diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 14:13:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 14:13:26 -0300 |
commit | 4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1 (patch) | |
tree | e8b25acae55fffe877ac7fc4848e10d532ce4af3 /maps.xml | |
parent | 37851f15d9216da2876d34fed7a0b458ebeefb88 (diff) | |
download | clientdata-4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1.tar.gz clientdata-4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1.tar.bz2 clientdata-4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1.tar.xz clientdata-4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1.zip |
Includes Hurnscald, nothing was done yet.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -181,6 +181,9 @@ Copyright (C) 2018 TMW2 --> <map name="011-2.tmx"> <atlas name="woodcave"/> </map> + <map name="012-1.tmx"> + <atlas name="woodland"/> + </map> <map name="botcheck.tmx"> <atlas name="botcheck"/> </map> @@ -580,6 +583,18 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/woodland_indoor_x2.png"/> <file name="graphics/tilesets/woodland_indoor_x3.png"/> </atlas> + + <atlas name="woodland"> + <file name="graphics/tilesets/ship-base.png"/> + <file name="graphics/tilesets/ship-flags-x3x2.png"/> + <file name="graphics/tilesets/ship-mast.png"/> + <file name="graphics/tilesets/woodland_ground.png"/> + <file name="graphics/tilesets/woodland_village.png"/> + <file name="graphics/tilesets/woodland_village_x2.png"/> + <file name="graphics/tilesets/woodland_village_x3.png"/> + <file name="graphics/tilesets/woodland_x2.png"/> + <file name="graphics/tilesets/woodland_x3.png"/> + </atlas> <!-- / TMW2 --> <!-- A temporary atlas file --> @@ -604,7 +619,6 @@ Copyright (C) 2018 TMW2 --> <file name="graphics/tilesets/woodland_x5.png"/> <file name="graphics/tilesets/woodland_x8.png"/> <file name="graphics/tilesets/woodland_water.png"/> - </atlas> </maps> |