This commit is contained in:
2024-07-29 11:05:17 +08:00
parent f131de6489
commit 5fa8794c09
18 changed files with 304 additions and 44 deletions

View File

@@ -27,23 +27,23 @@
"collisionGroups": [
{
"index": 1,
"name": "monster"
"name": "MONSTER"
},
{
"index": 2,
"name": "hero"
"name": "HERO"
},
{
"index": 3,
"name": "monster_skill"
"name": "MONSTER_SKILL"
},
{
"index": 4,
"name": "hero_skill"
"name": "HERO_SKILL"
}
],
"collisionMatrix": {
"0": 1,
"0": 0,
"1": 20,
"2": 10,
"3": 4,