project.json
1.14 KB
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
{
"group-list": [
"border",
"block",
"ball",
"t"
],
"collision-matrix": [
[
false,
false,
true
],
[
false,
false,
true
],
[
true,
true,
false
],
[
false,
false,
false,
false
]
],
"excluded-modules": [
"DragonBones",
"Native Socket",
"StudioComponent",
"VideoPlayer",
"WebView",
"3D",
"3D Primitive",
"3D Physics/cannon.js",
"3D Physics/Builtin",
"3D Particle",
"SafeArea"
],
"preview-port": 7456,
"design-resolution-width": 750,
"design-resolution-height": 1336,
"fit-width": true,
"fit-height": false,
"use-project-simulator-setting": false,
"simulator-orientation": false,
"use-customize-simulator": true,
"simulator-resolution": {
"width": 960,
"height": 640
},
"clear-simulator-cache": true,
"facebook": {
"enable": false,
"appID": "",
"live": {
"enable": false
},
"audience": {
"enable": false
}
},
"last-module-event-record-time": 1678259359808,
"start-scene": "31547248-d7c0-4be0-a625-5791bc0d46f9"
}