project.json 1.14 KB
{
  "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"
}