diff options
author | Micksha <ms-shaman@gmx.de> | 2020-04-15 23:24:39 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 23:24:39 +0000 |
commit | 4a1ac5cdb24d3ffacc47e470c234e65ae89695b7 (patch) | |
tree | 9a1ef2bb938a8ebd4f1bdddf3f00fabf955b8e72 /maps/testbg.tmx | |
parent | 26fdb67dd4714dd08b17a570c33714c740054fd0 (diff) | |
download | clientdata-4a1ac5cdb24d3ffacc47e470c234e65ae89695b7.tar.gz clientdata-4a1ac5cdb24d3ffacc47e470c234e65ae89695b7.tar.bz2 clientdata-4a1ac5cdb24d3ffacc47e470c234e65ae89695b7.tar.xz clientdata-4a1ac5cdb24d3ffacc47e470c234e65ae89695b7.zip |
Candor Domain, C006-4
Also contains:
* Self-Made-Problems :tm: , moves all evol tilesets to evol/
* Voice effects for Candor Gates
Diffstat (limited to 'maps/testbg.tmx')
-rw-r--r-- | maps/testbg.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/testbg.tmx b/maps/testbg.tmx index e91a8588..b04c6bb9 100644 --- a/maps/testbg.tmx +++ b/maps/testbg.tmx @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" nextobjectid="1"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="30" height="30" tilewidth="32" tileheight="32" infinite="0" nextlayerid="5" nextobjectid="1"> <properties> <property name="name" value="testbg"/> </properties> <tileset firstgid="1" name="Artis Indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16"> - <image source="../graphics/tilesets/artis-indoor.png" width="512" height="512"/> + <image source="../graphics/tilesets/evol/artis-indoor.png" width="512" height="512"/> </tileset> - <layer name="Ground" width="30" height="30"> + <layer id="1" name="Ground" width="30" height="30"> <data encoding="csv"> 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, @@ -40,7 +40,7 @@ 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 </data> </layer> - <layer name="Fringe" width="30" height="30"> + <layer id="2" name="Fringe" width="30" height="30"> <data encoding="csv"> 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -74,7 +74,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer name="Collision" width="30" height="30"> + <layer id="3" name="Collision" width="30" height="30"> <data encoding="csv"> 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, @@ -108,7 +108,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer name="Heights" width="30" height="30"> + <layer id="4" name="Heights" width="30" height="30"> <data encoding="csv"> 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |