project.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "general": {
  3. "highQuality": true,
  4. "designResolution": {
  5. "width": 720,
  6. "height": 1280
  7. }
  8. },
  9. "__version__": "1.0.6",
  10. "fbx": {
  11. "legacyFbxImporter": {
  12. "visible": true
  13. }
  14. },
  15. "script": {
  16. "preserveSymlinks": true
  17. },
  18. "custom_joint_texture_layouts": [],
  19. "physics": {
  20. "collisionGroups": [
  21. {
  22. "index": 1,
  23. "name": "floor"
  24. },
  25. {
  26. "index": 2,
  27. "name": "obstacle"
  28. },
  29. {
  30. "index": 3,
  31. "name": "player"
  32. },
  33. {
  34. "index": 4,
  35. "name": "prop"
  36. },
  37. {
  38. "index": 5,
  39. "name": "border"
  40. }
  41. ],
  42. "collisionMatrix": {
  43. "0": 1,
  44. "1": 30,
  45. "2": 30,
  46. "3": 30,
  47. "4": 62,
  48. "5": 48,
  49. "6": 64,
  50. "7": 128,
  51. "8": 256,
  52. "9": 512,
  53. "10": 1024,
  54. "11": 2048,
  55. "12": 4096,
  56. "13": 8192,
  57. "14": 16384,
  58. "15": 32768,
  59. "16": 65536,
  60. "17": 131072,
  61. "18": 262144,
  62. "19": 524288,
  63. "20": 1048576,
  64. "21": 2097152,
  65. "22": 4194304,
  66. "23": 8388608,
  67. "24": 16777216,
  68. "25": 33554432,
  69. "26": 67108864,
  70. "27": 134217728,
  71. "28": 268435456,
  72. "29": 536870912,
  73. "30": 1073741824,
  74. "31": -2147483648
  75. }
  76. }
  77. }