Dawn/assets/dawnrpg/test.json
2024-09-27 21:55:53 -05: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
]
}