1234567891011121314151617181920212223242526 |
- {
- "__version__": "1.0.6",
- "custom_joint_texture_layouts": [],
- "physics": {
- "collisionGroups": [
- {
- "index": 1,
- "name": "Enemy"
- },
- {
- "index": 2,
- "name": "Role"
- },
- {
- "index": 3,
- "name": "Bullet"
- }
- ],
- "collisionMatrix": {
- "0": 1,
- "1": 8,
- "2": 8,
- "3": 6
- }
- }
- }
|