Files
climb/settings/v2/packages/project.json
2025-10-10 14:40:28 +08:00

27 lines
366 B
JSON

{
"__version__": "1.0.6",
"general": {
"designResolution": {
"width": 720,
"height": 1334
}
},
"physics": {
"collisionGroups": [
{
"index": 1,
"name": "player"
},
{
"index": 2,
"name": "npc"
}
],
"collisionMatrix": {
"0": 1,
"1": 4,
"2": 2
}
}
}