movement and stuff, more data

This commit is contained in:
2025-11-05 01:08:13 -07:00
parent c130185a20
commit 880811262b
4 changed files with 104 additions and 36 deletions

9
test map.json Normal file
View File

@@ -0,0 +1,9 @@
{
"nodes": {
"TopLeft": [0, 0, 0, true],
"TopRight": [1600, 0, 0, true],
"BottomLeft": [0, 0, 900, true],
"BottomRight": [1600, 0, 900, true]
},
"edges": []
}