mirror of
https://github.com/Leo501/CocosCreatorTutorial.git
synced 2026-05-08 22:57:36 +08:00
47 lines
724 B
JSON
47 lines
724 B
JSON
{
|
|
"group-list": [
|
|
"default",
|
|
"root",
|
|
"ui_1"
|
|
],
|
|
"collision-matrix": [
|
|
[
|
|
true
|
|
],
|
|
[
|
|
false,
|
|
false
|
|
],
|
|
[
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
],
|
|
"excluded-modules": [
|
|
"3D Physics/Builtin"
|
|
],
|
|
"preview-port": 7456,
|
|
"design-resolution-width": 960,
|
|
"design-resolution-height": 640,
|
|
"fit-width": false,
|
|
"fit-height": true,
|
|
"use-project-simulator-setting": false,
|
|
"simulator-orientation": false,
|
|
"use-customize-simulator": true,
|
|
"simulator-resolution": {
|
|
"height": 640,
|
|
"width": 960
|
|
},
|
|
"facebook": {
|
|
"appID": "",
|
|
"audience": {
|
|
"enable": false
|
|
},
|
|
"enable": false,
|
|
"live": {
|
|
"enable": false
|
|
}
|
|
}
|
|
}
|