summaryrefslogtreecommitdiff
path: root/Rules/cave/rule_cave_002.tmx
blob: 74feece04fa76347a62ebf3b4cbabe5872e5db84 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextobjectid="1">
 <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3">
  <image source="../../graphics/tilesets/collision.png" width="96" height="96"/>
 </tileset>
 <tileset firstgid="10" name="set" tilewidth="32" tileheight="32" tilecount="64" columns="8">
  <image source="../tilesets/set_cave.png" width="256" height="256"/>
 </tileset>
 <tileset firstgid="74" name="set_rules" tilewidth="32" tileheight="32" tilecount="4" columns="2">
  <image source="../tilesets/set_rules.png" width="64" height="64"/>
 </tileset>
 <tileset firstgid="78" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
  <image source="../../graphics/tilesets/cave.png" width="512" height="256"/>
 </tileset>
 <layer name="Regions" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,74,0,0,0,0,0,0,
0,74,0,0,0,74,74,0,
0,74,0,74,0,0,0,0,
0,74,0,74,0,74,74,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
 <layer name="Input_set" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,14,0,
0,14,0,0,0,0,0,0,
0,0,0,14,0,14,0,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
 <layer name="InputNot_set" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,
0,0,0,0,0,14,0,0,
0,0,0,14,0,0,0,0,
0,14,0,0,0,0,14,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
 <layer name="Output_Ground" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,114,0,0,0,0,0,0,
0,130,0,0,0,0,97,0,
0,146,0,0,0,0,0,0,
0,0,0,0,0,99,0,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
 <layer name="Output_Over" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,
0,0,0,101,0,0,0,0,
0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
 <layer name="Output_Collision" width="8" height="6">
  <data encoding="csv">
0,0,0,0,0,0,0,0,
0,2,0,0,0,0,0,0,
0,2,0,0,0,0,2,0,
0,2,0,0,0,0,0,0,
0,0,0,2,0,2,0,0,
0,0,0,0,0,0,0,0
</data>
 </layer>
</map>