1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?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">
eJzt2cEJACAQA8Gz/6ZtQnCVGUgB+86amfXJXqejRUeLjhYdLTpadLToaNHRoqNFR4uOFh0tOlp0tOho0dGio+X2n3dyG7fLAKs=
</data>
</layer>
</map>
|