Files
World6-travelmap/test map.json
2025-11-05 16:52:18 -07:00

13 lines
309 B
JSON

{
"nodes": {
"TopLeft": [0, 0, 0, true],
"TopRight": [1600, 0, 0, true],
"BottomLeft": [0, 0, 900, true],
"BottomRight": [1600, 0, 900, true]
},
"edges": [],
"areas": {
"test image": [100, 0, 100, true, {"image": "test image.png", "size": [200, 200], "color": [1, 1, 1, 1]}]
}
}