project.json 387 B

1234567891011121314151617181920212223242526
  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. "collisionMatrix": {
  20. "0": 1,
  21. "1": 8,
  22. "2": 8,
  23. "3": 6
  24. }
  25. }
  26. }