blob: a14aff276fdee85700c61349f51391511c424128 (
plain) (
blame)
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
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="3" height="3" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="desert1" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/desert1.png" width="512" height="512"/>
</tileset>
<tileset firstgid="257" name="desert2" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/desert2.png" width="512" height="512"/>
</tileset>
<tileset firstgid="513" name="desert_x2" tilewidth="32" tileheight="64">
<image source="../../graphics/tiles/desert_x2.png" width="512" height="64"/>
</tileset>
<tileset firstgid="529" name="desert_x3" tilewidth="32" tileheight="96">
<image source="../../graphics/tiles/desert_x3.png" width="512" height="96"/>
</tileset>
<tileset firstgid="545" name="desert_x5" tilewidth="32" tileheight="160">
<image source="../../graphics/tiles/desert_x5.png" width="192" height="160"/>
</tileset>
<tileset firstgid="551" name="set_desert" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/set_desert.png" width="320" height="160"/>
</tileset>
<tileset firstgid="601" name="set_rules" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/set_rules.png" width="64" height="64"/>
</tileset>
<layer name="RuleRegions" width="3" height="3">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgQAWRTAwYAADjUoAzJAAAAA==
</data>
</layer>
<layer name="RuleSet" width="3" height="3">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgQAWaTAwYAADbCUL8JAAAAA==
</data>
</layer>
<layer name="Rule_Ground" width="3" height="3">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgQAXsDJgAAEYU8oskAAAA
</data>
</layer>
<layer name="Rule1_Ground" width="3" height="3">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgQAWcDJgAACFfCpIkAAAA
</data>
</layer>
<layer name="Rule2_Ground" width="3" height="3">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgQAVcDJgAAOsSoz0kAAAA
</data>
</layer>
</map>
|