diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-23 01:06:43 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-23 01:06:43 -0300 |
commit | 40aa3430330b32fcea9828bfa83ba302dd994ad3 (patch) | |
tree | 7b7075b408882be01a1a52f92c24da1881da20f2 /maps.xml | |
parent | e747203dbfe7ec5563356410865b1350111849dd (diff) | |
download | clientdata-40aa3430330b32fcea9828bfa83ba302dd994ad3.tar.gz clientdata-40aa3430330b32fcea9828bfa83ba302dd994ad3.tar.bz2 clientdata-40aa3430330b32fcea9828bfa83ba302dd994ad3.tar.xz clientdata-40aa3430330b32fcea9828bfa83ba302dd994ad3.zip |
Attempt to fix testxml
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -304,8 +304,12 @@ Copyright (C) 2012-2017 Evol Online --> </map> <map name="004-2.tmx"> <atlas name="desert"/> - </map> - + </map> + <map name="007-1.tmx"> + <atlas name="mine"/> + </map> + + <atlas name="candor"> <file name="graphics/tilesets/trans_woodland_desert.png"/> <file name="graphics/tilesets/docks_x2.png"/> @@ -389,6 +393,17 @@ Copyright (C) 2012-2017 Evol Online --> <file name="graphics/tilesets/cave.png"/> </atlas> + <atlas name="mine"> + <file name="graphics/tilesets/cave2.png"/> + <file name="graphics/tilesets/cave2_x2.png"/> + <file name="graphics/tilesets/cave2_bilevel.png"/> + <file name="graphics/tilesets/cave2_sewer_mine.png"/> + <file name="graphics/tilesets/cave2_transistions.png"/> + <file name="graphics/tilesets/woodland-indoor.png"/> + <file name="graphics/tilesets/barbarians_outdoor.png"/> + <file name="graphics/tilesets/cave2_sewer_mine_x2.png"/> + </atlas> + <atlas name="tulimshar-indoor"> <file name="graphics/tilesets/woodland-indoor.png"/> <file name="graphics/tilesets/inn2.png"/> |