1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "__version__": "1.0.6",
- "custom_joint_texture_layouts": [],
- "physics": {
- "collisionGroups": [
- {
- "index": 1,
- "name": "Enemy"
- },
- {
- "index": 2,
- "name": "Role"
- },
- {
- "index": 3,
- "name": "Bullet"
- },
- {
- "index": 4,
- "name": "Tower"
- },
- {
- "index": 5,
- "name": "Test1"
- },
- {
- "index": 6,
- "name": "Test2"
- }
- ],
- "collisionMatrix": {
- "0": 1,
- "1": 24,
- "2": 24,
- "3": 22,
- "4": 14,
- "5": 64,
- "6": 32
- }
- }
- }
|