project.json 466 B

12345678910111213141516171819202122232425262728293031
  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. "collisionMatrix": {
  24. "0": 1,
  25. "1": 24,
  26. "2": 24,
  27. "3": 22,
  28. "4": 14
  29. }
  30. }
  31. }