game.json 489 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "deviceOrientation": "portrait",
  3. "showStatusBar": false,
  4. "networkTimeout": {
  5. "request": 10000,
  6. "connectSocket": 10000,
  7. "uploadFile": 10000,
  8. "downloadFile": 10000
  9. },
  10. "openDataContext": "SubdomainModel",
  11. "subpackages": [
  12. {
  13. "name": "atlas",
  14. "root": "res/atlas"
  15. },
  16. {
  17. "name": "skin",
  18. "root": "res/skin"
  19. },
  20. {
  21. "name": "u3d",
  22. "root": "res/u3d"
  23. },
  24. {
  25. "name": "Main",
  26. "root": "Main"
  27. }
  28. ]
  29. }