Dawn/assets/dawnrpg/maps/testmap.json
2024-09-25 15:01:26 -04:00

11 lines
123 B
JSON

{
"name": "Some Map",
"width": 3,
"height": 3,
"depth": 3,
"tiles": [
0, 0, 0,
0, 0, 0,
0, 0, 0
]
}