diff options
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, |