blob: 6c77c453d07e24477a669a46be91ddd5f190bbaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="25" height="15" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="tileset2" tilewidth="32" tileheight="32">
<image source="tileset/tileset2.png" width="96" height="96"/>
</tileset>
<layer name="solid" width="25" height="15">
<properties>
<property name="type" value="solid"/>
</properties>
<data encoding="base64" compression="zlib">
eJxjYBgFo2BwARYgZgViNjT2SAKjYTBwAFfYU5PNDsQcQMxJQzYAG8cBgA==
</data>
</layer>
<layer name="plants" width="25" height="15">
<properties>
<property name="type" value="covering"/>
</properties>
<data encoding="base64" compression="zlib">
eJxjYBgFo4B4wAjETEDMjMYeSWA0DAYO4Ap7arKHCwAAgOgASg==
</data>
</layer>
</map>
|