project.json 946 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. },
  51. "preview": {
  52. "debug": true,
  53. "sourceMaps": true,
  54. "inlineSourceMap": true,
  55. "inlineSources": true,
  56. "showStats": true,
  57. "enableSourceMap": true
  58. }
  59. }