game.json 367 B

12345678910111213141516
  1. {
  2. "deviceOrientation": "portrait",
  3. "window": {
  4. "allowsBounceVertical": "NO",
  5. "transparentTitle": "always",
  6. "enableAudioAlign": true,
  7. "enableMultiAudio": true,
  8. "defaultTitle":"\u200b"
  9. },
  10. "subpackages": [
  11. {
  12. "name": "scriptAsset",
  13. "root": "subpackages/scriptAsset"
  14. }
  15. ]
  16. }