feat: 寻路优化

This commit is contained in:
richarjiang
2025-10-10 14:40:28 +08:00
parent dbdec71d0d
commit 455cca40b0
5 changed files with 743 additions and 523 deletions

View File

@@ -5,5 +5,22 @@
"width": 720,
"height": 1334
}
},
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "player"
},
{
"index": 2,
"name": "npc"
}
],
"collisionMatrix": {
"0": 1,
"1": 4,
"2": 2
}
}
}