project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "general": {
  3. "designResolution": {
  4. "width": 1280,
  5. "height": 720,
  6. "fitWidth": true,
  7. "fitHeight": true
  8. }
  9. },
  10. "physics": {
  11. "maxSubSteps": 5,
  12. "autoSimulation": false,
  13. "gravity": {
  14. "y": -100
  15. },
  16. "collisionGroups": [
  17. {
  18. "index": 1,
  19. "name": "Holl"
  20. },
  21. {
  22. "index": 2,
  23. "name": "Ball"
  24. }
  25. ],
  26. "collisionMatrix": {
  27. "0": 5,
  28. "1": 4,
  29. "2": 7
  30. }
  31. },
  32. "layer": [
  33. {
  34. "name": "CELL_RT_RENDERING",
  35. "value": 1
  36. }
  37. ],
  38. "__version__": "1.0.6",
  39. "fbx": {
  40. "legacyFbxImporter": {
  41. "visible": true
  42. }
  43. },
  44. "script": {
  45. "preserveSymlinks": true
  46. },
  47. "debug": {
  48. "sourceMaps": true,
  49. "inlineSourceMap": true,
  50. "inlineSources": true,
  51. "sourceRoot": "",
  52. "mapRoot": ""
  53. },
  54. "preview": {
  55. "debug": true,
  56. "sourceMaps": true,
  57. "inlineSourceMap": true,
  58. "inlineSources": true,
  59. "showStats": true,
  60. "enableSourceMap": true,
  61. "sourceRoot": "",
  62. "mapRoot": "",
  63. "preserveSymlinks": true
  64. },
  65. "build": {
  66. "debug": true,
  67. "sourceMaps": true,
  68. "inlineSourceMap": true,
  69. "inlineSources": true,
  70. "preserveSymlinks": true
  71. }
  72. }