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
|
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="50" height="37" tilewidth="16" tileheight="16">
<tileset firstgid="1" name="tiles" tilewidth="16" tileheight="16">
<image source="tiles.png" width="48" height="16"/>
<tile id="0">
<properties>
<property name="solid" value="true"/>
</properties>
</tile>
</tileset>
<layer name="bg" width="50" height="37">
<data encoding="base64" compression="zlib">
eJztwwEJAAAMBKHj+4dejoGCq6aqqqqqqqr66AEqnw51
</data>
</layer>
<layer name="map" width="50" height="37">
<data encoding="base64" compression="zlib">
eJzt11EKACEMA9F6/0t7BptGgs6Af1r2IQi7qmo9shJSvgPHfDhwOMLhddx8/7mP+W453F4cOBwp71iSQwlHVjiy+tWR+t/vvA8c5+GY36+cwzG/XzmHwxcO3/xOOHzzO+Hwze+kOF5YG3vyAQI=
</data>
</layer>
<objectgroup name="objects" width="50" height="37">
<object name="Goal" x="560" y="208" width="16" height="16">
<properties>
<property name="_the" value="goal"/>
</properties>
</object>
</objectgroup>
</map>
|