cocos-awesome/settings/project.json

45 lines
802 B
JSON
Raw Normal View History

2020-03-29 15:52:28 +00:00
{
"collision-matrix": [
[
true
2020-04-01 17:20:11 +00:00
],
[
false,
false
2020-03-29 15:52:28 +00:00
]
],
"excluded-modules": [
"3D Physics/cannon.js",
"3D Physics/Builtin",
"3D Particle"
],
"group-list": [
2020-04-01 17:20:11 +00:00
"default",
"mirror_camera"
2020-03-29 15:52:28 +00:00
],
2020-03-29 17:26:16 +00:00
"design-resolution-width": 1334,
"design-resolution-height": 750,
2020-03-29 15:52:28 +00:00
"fit-width": false,
"fit-height": true,
"use-project-simulator-setting": false,
"simulator-orientation": false,
2020-03-29 17:26:16 +00:00
"use-customize-simulator": true,
2020-03-29 15:52:28 +00:00
"simulator-resolution": {
2020-03-29 17:26:16 +00:00
"height": 640,
"width": 960
2020-03-29 15:52:28 +00:00
},
2020-03-31 17:40:54 +00:00
"last-module-event-record-time": 1585747006376,
2020-03-29 15:52:28 +00:00
"assets-sort-type": "name",
"facebook": {
"appID": "",
2020-03-29 17:26:16 +00:00
"audience": {
2020-03-29 15:52:28 +00:00
"enable": false
},
2020-03-29 17:26:16 +00:00
"enable": false,
"live": {
2020-03-29 15:52:28 +00:00
"enable": false
}
2020-04-01 17:45:37 +00:00
},
"start-scene": "current"
2020-03-29 15:52:28 +00:00
}