project.json 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "__version__": "1.0.6",
  3. "custom_joint_texture_layouts": [],
  4. "physics": {
  5. "collisionGroups": [
  6. {
  7. "index": 1,
  8. "name": "Enemy"
  9. },
  10. {
  11. "index": 2,
  12. "name": "Role"
  13. },
  14. {
  15. "index": 3,
  16. "name": "Bullet"
  17. },
  18. {
  19. "index": 4,
  20. "name": "Tower"
  21. },
  22. {
  23. "index": 5,
  24. "name": "Test1"
  25. },
  26. {
  27. "index": 6,
  28. "name": "Test2"
  29. }
  30. ],
  31. "collisionMatrix": {
  32. "0": 1,
  33. "1": 24,
  34. "2": 24,
  35. "3": 22,
  36. "4": 14,
  37. "5": 64,
  38. "6": 32
  39. }
  40. }
  41. }