space-game001/resources/config2/navigation2.json
2026-04-25 19:56:00 +03:00

19 lines
283 B
JSON

{
"cellSize": 0.4,
"agentRadius": 0.45,
"floorY": 0.0,
"objectPadding": 0.25,
"areas": [
{
"name": "main_corridor",
"available": true,
"polygon": [
[-200, 200],
[200, 200],
[200, -200],
[-200, -200]
]
}
]
}