mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-30 16:18:52 +01:00
RESET
big time reset, we are not using TMX anymore, but instead using the JS format because it is way simpler to parse
This commit is contained in:
68
tests/test_data/simple_external_tileset/map.json
Normal file
68
tests/test_data/simple_external_tileset/map.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{ "compressionlevel":0,
|
||||
"height":6,
|
||||
"infinite":false,
|
||||
"layers":[
|
||||
{
|
||||
"data":[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48],
|
||||
"height":6,
|
||||
"id":1,
|
||||
"name":"Tile Layer 1",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":8,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"nextlayerid":2,
|
||||
"nextobjectid":1,
|
||||
"orientation":"orthogonal",
|
||||
"properties":[
|
||||
{
|
||||
"name":"bool property - false",
|
||||
"type":"bool",
|
||||
"value":false
|
||||
},
|
||||
{
|
||||
"name":"bool property - true",
|
||||
"type":"bool",
|
||||
"value":true
|
||||
},
|
||||
{
|
||||
"name":"color property",
|
||||
"type":"color",
|
||||
"value":"#ff49fcff"
|
||||
},
|
||||
{
|
||||
"name":"file property",
|
||||
"type":"file",
|
||||
"value":"..\/..\/..\/..\/..\/..\/..\/var\/log\/syslog"
|
||||
},
|
||||
{
|
||||
"name":"float property",
|
||||
"type":"float",
|
||||
"value":1.23456789
|
||||
},
|
||||
{
|
||||
"name":"int property",
|
||||
"type":"int",
|
||||
"value":13
|
||||
},
|
||||
{
|
||||
"name":"string property",
|
||||
"type":"string",
|
||||
"value":"Hello, World!!"
|
||||
}],
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.3.1",
|
||||
"tileheight":32,
|
||||
"tilesets":[
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"tile_set.json"
|
||||
}],
|
||||
"tilewidth":32,
|
||||
"type":"map",
|
||||
"version":1.2,
|
||||
"width":8
|
||||
}
|
||||
14
tests/test_data/simple_external_tileset/tile_set.json
Normal file
14
tests/test_data/simple_external_tileset/tile_set.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{ "columns":8,
|
||||
"image":"..\/images\/tmw_desert_spacing.png",
|
||||
"imageheight":199,
|
||||
"imagewidth":265,
|
||||
"margin":1,
|
||||
"name":"tile_set_image",
|
||||
"spacing":1,
|
||||
"tilecount":48,
|
||||
"tiledversion":"1.3.1",
|
||||
"tileheight":32,
|
||||
"tilewidth":32,
|
||||
"type":"tileset",
|
||||
"version":1.2
|
||||
}
|
||||
@@ -1,91 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="10">
|
||||
<tileset firstgid="1" source="tile_set_image.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="10" height="10">
|
||||
<data encoding="csv">
|
||||
1,2,3,4,5,6,7,8,30,30,
|
||||
9,10,11,12,13,14,15,16,30,30,
|
||||
17,18,19,20,21,22,23,24,30,30,
|
||||
25,26,27,28,29,30,31,32,30,30,
|
||||
33,34,35,36,37,38,39,40,30,30,
|
||||
41,42,43,44,45,46,47,48,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Tile Layer 2" width="10" height="10" opacity="0.5">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,46,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,6,7,7,7,7,7,8,0,
|
||||
0,0,14,15,15,15,15,15,16,0,
|
||||
0,0,22,23,23,23,23,23,24,0
|
||||
</data>
|
||||
</layer>
|
||||
<group id="3" name="Group 1">
|
||||
<properties>
|
||||
<property name="bool property" type="bool" value="true"/>
|
||||
</properties>
|
||||
<layer id="5" name="Tile Layer 4" width="10" height="10" offsetx="49" offsety="-50">
|
||||
<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,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
0,31,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="4" name="Tile Layer 3" width="10" height="10">
|
||||
<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,
|
||||
0,0,0,0,0,0,0,0,0,0,
|
||||
1,2,3,0,0,0,0,0,0,0,
|
||||
9,10,11,0,0,0,0,0,0,0,
|
||||
17,18,19,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
</group>
|
||||
<objectgroup color="#000000" draworder="index" id="6" name="Object Layer 1" opacity="0.9" offsetx="4.66667" offsety="-4.33333">
|
||||
<object id="1" name="rectangle 1" type="rectangle type" x="200.25" y="210.75" width="47.25" height="25" rotation="15"/>
|
||||
<object id="2" name="polygon 1" type="polygon type" x="252.5" y="87.75" rotation="-21">
|
||||
<polygon points="0,0 -41.25,24.25 -11,67.25 25.75,39.75 -9,37.75"/>
|
||||
</object>
|
||||
<object id="3" name="elipse 1" type="elipse type" x="198.75" y="102.5" width="17.75" height="14.25">
|
||||
<ellipse/>
|
||||
</object>
|
||||
<object id="4" name="point 1" type="point type" x="174.25" y="186">
|
||||
<point/>
|
||||
</object>
|
||||
<object id="7" name="insert text 1" type="insert text type" x="11.3958" y="48.5833" width="107.625" height="27.25">
|
||||
<text fontfamily="Sans Serif" pixelsize="17" wrap="1" color="#b40303" italic="1" underline="1" strikeout="1">Hello World</text>
|
||||
</object>
|
||||
<object id="6" name="inserted tile 1" type="inserted tile type" gid="3221225503" x="47.25" y="72.5" width="47" height="53" rotation="31">
|
||||
<properties>
|
||||
<property name="tile property bool" type="bool" value="true"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="8" name="polyline 1" type="polyline type" x="144.667" y="112">
|
||||
<polyline points="0,0 -14.3333,35.6667 15.3333,18.3333"/>
|
||||
</object>
|
||||
<object id="9" name="polygon 2" type="polygon type" x="69.8333" y="168.333">
|
||||
<polygon points="-3.25,-17.25 -15,10.75 20.75,4.5"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
@@ -1,390 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="1" nextlayerid="3" nextobjectid="1">
|
||||
<tileset firstgid="1" source="tile_set_image.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="8" height="6">
|
||||
<data encoding="csv">
|
||||
<chunk x="-32" y="-32" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-16" y="-32" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="0" y="-32" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="16" y="-32" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-32" y="-16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-16" y="-16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,1,2,3,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,9,10,11,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,17,18,19
|
||||
</chunk>
|
||||
<chunk x="0" y="-16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
4,5,6,7,8,30,30,30,30,30,30,30,30,30,30,30,
|
||||
12,13,14,15,16,30,30,30,30,30,30,30,30,30,30,30,
|
||||
20,21,22,23,24,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="16" y="-16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-32" y="0" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-16" y="0" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,25,26,27,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,33,34,35,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,41,42,43,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="0" y="0" width="16" height="16">
|
||||
28,29,30,31,32,30,30,30,30,30,30,30,30,30,30,30,
|
||||
36,37,38,39,40,30,30,30,30,30,30,30,30,30,30,30,
|
||||
44,45,46,47,48,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="16" y="0" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-32" y="16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="-16" y="16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="0" y="16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
<chunk x="16" y="16" width="16" height="16">
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,
|
||||
30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30
|
||||
</chunk>
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="Tile Layer 2" width="8" height="6">
|
||||
<data encoding="csv">
|
||||
<chunk x="-32" y="-16" width="16" height="16">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,
|
||||
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,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,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,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
|
||||
</chunk>
|
||||
<chunk x="16" y="-16" width="16" height="16">
|
||||
0,0,20,21,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,28,29,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,
|
||||
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,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,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
|
||||
</chunk>
|
||||
<chunk x="-16" y="0" width="16" height="16">
|
||||
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,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,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,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,
|
||||
20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</chunk>
|
||||
<chunk x="16" y="0" width="16" height="16">
|
||||
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,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,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,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,
|
||||
20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
28,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</chunk>
|
||||
<chunk x="-16" y="16" width="16" height="16">
|
||||
28,29,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,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,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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</chunk>
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<properties>
|
||||
<property name="bool property - false" type="bool" value="false"/>
|
||||
<property name="bool property - true" type="bool" value="true"/>
|
||||
<property name="color property" type="color" value="#ff49fcff"/>
|
||||
<property name="file property" type="file" value="/var/log/syslog"/>
|
||||
<property name="float property" type="float" value="1.23456789"/>
|
||||
<property name="int property" type="int" value="13"/>
|
||||
<property name="string property" value="Hello, World!!"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" source="tile_set_image.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="8" height="6">
|
||||
<data encoding="csv">
|
||||
1,2,3,4,5,6,7,8,
|
||||
9,10,11,12,13,14,15,16,
|
||||
17,18,19,20,21,22,23,24,
|
||||
25,26,27,28,29,30,31,32,
|
||||
33,34,35,36,37,38,39,40,
|
||||
41,42,43,44,45,46,47,48
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<properties>
|
||||
<property name="bool property - false" type="bool" value="false"/>
|
||||
<property name="bool property - true" type="bool" value="true"/>
|
||||
<property name="color property" type="color" value="#ff49fcff"/>
|
||||
<property name="file property" type="file" value="../../../../../../../../var/log/syslog"/>
|
||||
<property name="float property" type="float" value="1.23456789"/>
|
||||
<property name="int property" type="int" value="13"/>
|
||||
<property name="string property" value="Hello, World!!"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" source="tile_set_image.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="8" height="6">
|
||||
<data encoding="base64" compression="gzip">
|
||||
H4sIAAAAAAAAAw3DBRKCQAAAwDMRA7BQLMTE9v+vY3dmWyGEth279uwbOTB26MixExNTM6fOnLtwae7KtYUbt+7ce7D0aOXJsxev3rxb+/Dpy7cfv/782wAcvDirwAAAAA==
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<tileset firstgid="1" source="tile_set_image_objects.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="8" height="6">
|
||||
<data encoding="csv">
|
||||
1,2,3,4,5,6,7,8,
|
||||
9,10,11,12,13,14,15,16,
|
||||
17,18,19,20,21,22,23,24,
|
||||
25,26,27,28,29,30,31,32,
|
||||
33,34,35,36,37,38,39,40,
|
||||
41,42,43,44,45,46,47,48
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.2" tiledversion="1.3.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<properties>
|
||||
<property name="bool property - false" type="bool" value="false"/>
|
||||
<property name="bool property - true" type="bool" value="true"/>
|
||||
<property name="color property" type="color" value="#ff49fcff"/>
|
||||
<property name="float property" type="float" value="1.23456789"/>
|
||||
<property name="int property" type="int" value="13"/>
|
||||
<property name="string property" value="Hello, World!!"/>
|
||||
</properties>
|
||||
<tileset firstgid="1" source="tile_set_image.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="8" height="6" offsetx="16" offsety="-16.42">
|
||||
<data encoding="csv">
|
||||
1,2,3,4,5,6,7,8,
|
||||
9,10,11,12,13,14,15,16,
|
||||
17,18,19,20,21,22,23,24,
|
||||
25,26,27,28,29,30,31,32,
|
||||
33,34,35,36,37,38,39,40,
|
||||
41,42,43,44,45,46,47,48
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.2" tiledversion="1.2.3" name="tile_set_image" tilewidth="32" tileheight="32" spacing="1" margin="1" tilecount="48" columns="8">
|
||||
<image source="images/tmw_desert_spacing.png" width="265" height="199"/>
|
||||
</tileset>
|
||||
@@ -1,40 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.2" tiledversion="1.2.3" name="tile_set_image" tilewidth="32" tileheight="32" spacing="1" margin="1" tilecount="48" columns="8">
|
||||
<image source="images/tmw_desert_spacing.png" width="265" height="199"/>
|
||||
<tile id="9">
|
||||
<objectgroup draworder="index">
|
||||
<object id="2" name="wall" type="rectangle type" x="1" y="1" width="32" height="32" rotation="1"/>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="19">
|
||||
<objectgroup draworder="index">
|
||||
<object id="1" name="wall corner" type="polygon type" x="32" y="1" rotation="1">
|
||||
<polygon points="0,0 -32,0 -32,32 -16,32.1818 -15.8182,16.9091 0.181818,17.0909"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="20">
|
||||
<objectgroup draworder="index">
|
||||
<object id="1" name="polyline" type="polyline type" x="1.45455" y="1.45455" rotation="1">
|
||||
<polyline points="0,0 25.0909,21.2727 9.63636,28.3636"/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="31">
|
||||
<objectgroup draworder="index">
|
||||
<object id="1" name="rock 1" type="elipse type" x="5.09091" y="2.54545" width="19.6364" height="19.2727" rotation="1">
|
||||
<ellipse/>
|
||||
</object>
|
||||
<object id="2" name="rock 2" type="elipse type" x="16.1818" y="22" width="8.54545" height="8.36364" rotation="-1">
|
||||
<ellipse/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
<tile id="45">
|
||||
<objectgroup draworder="index">
|
||||
<object id="1" name="sign" type="point type" x="14.7273" y="26.3636">
|
||||
<point/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</tile>
|
||||
</tileset>
|
||||
Reference in New Issue
Block a user