diff options
author | Micksha <ms-shaman@gmx.de> | 2020-04-05 07:03:51 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-04-05 07:03:51 +0000 |
commit | e59ec7dba8b930ae132d3564d55a24fdec0319b1 (patch) | |
tree | 1fd724756752705c19ee47f5cf34777e5754930e /maps.xml | |
parent | df8f011a8b568369a30d6ce8805c0f014583eccd (diff) | |
download | clientdata-e59ec7dba8b930ae132d3564d55a24fdec0319b1.tar.gz clientdata-e59ec7dba8b930ae132d3564d55a24fdec0319b1.tar.bz2 clientdata-e59ec7dba8b930ae132d3564d55a24fdec0319b1.tar.xz clientdata-e59ec7dba8b930ae132d3564d55a24fdec0319b1.zip |
@Jesusalva please check if this works for you. 25/75 inside cell, 49/75 inside 20-tiles border margin
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -171,6 +171,9 @@ Copyright (C) 2012-2017 Evol Online --> <map name="001-3-2.tmx"> <atlas name="artis-sewer"/> </map> + <map name="sec_pri.tmx"> + <atlas name="jail"/> + </map> <map name="test.tmx"> <atlas name="artis-indoor"/> </map> @@ -298,6 +301,17 @@ Copyright (C) 2012-2017 Evol Online --> <file name="graphics/tilesets/hurns-cave.png"/> </atlas> + <atlas name="jail"> + <file name="graphics/tilesets/artis-indoor.png"/> + <file name="graphics/tilesets/artis-indoor-fringe.png"/> + <file name="graphics/tilesets/artis-lamps.png"/> + <file name="graphics/tilesets/dark-tileset-accessory.png"/> + <file name="graphics/tilesets/dark-tileset-accessory-x1x3.png"/> + <file name="graphics/tilesets/ground.png"/> + <file name="graphics/tilesets/hurns-indoor-accessory.png"/> + <file name="graphics/tilesets/hurns-indoor.png"/> + </atlas> + <!-- namespace Legacy --> <map name="008-1.tmx"> <atlas name="legacy-woodland"/> @@ -533,7 +547,6 @@ Copyright (C) 2012-2017 Evol Online --> <file name="graphics/tilesets/water.png"/> <file name="graphics/tilesets/dark-tileset-accessory.png"/> <file name="graphics/tilesets/dark-tileset-accessory-x1x2.png"/> - </atlas> <!-- / Legacy --> |