-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config
55 lines (55 loc) · 841 Bytes
/
default.config
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
"0":
{
"name": "Visual down",
"opacity": 1,
"tintColor": "#ffffff",
"visible": true,
"locked": false,
"selected": false,
"type": "TileLayer",
"depth": 12000
},
"1":
{
"name": "Visual top",
"opacity": 1,
"tintColor": "#ffffff",
"visible": true,
"locked": false,
"selected": false,
"type": "TileLayer",
"depth": -12000
},
"2":
{
"name": "All other objects",
"opacity": 1,
"tintColor": "#ffffff",
"visible": true,
"locked": false,
"selected": true,
"type": "ObjectLayer",
"depth": 0
},
"3":
{
"name": "Playzone",
"opacity": 1,
"tintColor": "#ffffff",
"visible": true,
"locked": false,
"selected": false,
"type": "ObjectLayer",
"depth": -10
},
"4":
{
"name": "Walls",
"opacity": 1,
"tintColor": "#ffffff",
"visible": true,
"locked": false,
"selected": false,
"type": "ObjectLayer",
"depth": -16000
}