blob: 54dbfda37d956b9947455653897469c11568bb74 (
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
51
|
<?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="13" height="7" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
</tileset>
<tileset firstgid="3" name="set" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/set_cave.png" width="256" height="256"/>
</tileset>
<tileset firstgid="67" name="set_rules" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/set_rules.png" width="64" height="64"/>
</tileset>
<tileset firstgid="71" name="cave" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIA84QzGxbHL1DCe3AQBhmwyGbAEAAA==
</data>
</layer>
<layer name="ruleSet" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC5QgWJ0NrI8A5o4LjWUuoMa9hDyDykAADpwCuhsAQAA
</data>
</layer>
<layer name="ruleSet" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC5QhmJ0NrI8A5o4LjWUuoMa9hDyDykAAJXncL9sAQAA
</data>
</layer>
<layer name="ruleNotSet" width="13" height="7" opacity="0.33">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIB+ooNHEqsfGJ9UsWthDTTdgAwDBPBNdbAEAAA==
</data>
</layer>
<layer name="ruleNotSet" width="13" height="7" opacity="0.36">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIB8oo9HEqsfGJ9UsWthDTTdgAwAUJIhnbAEAAA==
</data>
</layer>
<layer name="rule_Ground" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC5oQuM3o/EDoXQwle1FB4VQuphCcyah8SdTYBYAy7rYPmwBAAA=
</data>
</layer>
<layer name="rule_Collision" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAX0AgB8n9a4bAEAAA==
</data>
</layer>
</map>
|