This commit is contained in:
2024-07-29 07:58:58 +08:00
parent 1c7240d914
commit 44005768a9
13 changed files with 416 additions and 32 deletions

View File

@@ -22,5 +22,32 @@
"visible": true
}
},
"custom_joint_texture_layouts": []
"custom_joint_texture_layouts": [],
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "monster"
},
{
"index": 2,
"name": "hero"
},
{
"index": 3,
"name": "monster_skill"
},
{
"index": 4,
"name": "hero_skill"
}
],
"collisionMatrix": {
"0": 1,
"1": 20,
"2": 10,
"3": 4,
"4": 2
}
}
}