-
Notifications
You must be signed in to change notification settings - Fork 0
/
LivingRoom.tmx
83 lines (83 loc) · 2.28 KB
/
LivingRoom.tmx
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
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.4" orientation="orthogonal" renderorder="right-down" width="9" height="8" tilewidth="32" tileheight="32" infinite="0" nextobjectid="1">
<tileset firstgid="1" source="tileset.tsx"/>
<layer name="Floor" width="9" height="8">
<properties>
<property name="unity:sortingLayerName" value="Floor"/>
</properties>
<data encoding="csv">
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42,
42,42,42,42,42,42,42,42,42
</data>
</layer>
<layer name="WallsBG" width="9" height="8">
<properties>
<property name="unity:sortingLayerName" value="WallsBG"/>
<property name="unity:sortingOrder" value="0"/>
</properties>
<data encoding="csv">
0,99,55,119,119,119,55,99,0,
0,115,71,115,115,115,167,115,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,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,0
</data>
</layer>
<layer name="WallsFront" width="9" height="8">
<properties>
<property name="unity:sortingLayerName" value="WallsBG"/>
<property name="unity:sortingOrder" value="1"/>
</properties>
<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,
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,
0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer name="WallsTop" width="9" height="8">
<properties>
<property name="unity:sortingLayerName" value="WallsFG"/>
<property name="unity:sortingOrder" value="0"/>
</properties>
<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,
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,
0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer name="WallsFG" width="9" height="8">
<properties>
<property name="unity:sortingLayerName" value="WallsFG"/>
<property name="unity:sortingOrder" value="1"/>
</properties>
<data encoding="csv">
36,0,0,0,0,0,0,0,34,
104,0,0,0,0,0,0,0,102,
104,0,0,0,0,0,0,0,102,
104,0,0,0,0,0,0,0,102,
104,0,0,0,0,0,0,0,102,
104,0,0,0,0,0,0,0,102,
104,0,0,0,0,0,0,0,102,
76,68,0,66,67,67,19,19,78
</data>
</layer>
</map>