11 lines
123 B
JSON
11 lines
123 B
JSON
{
|
|
"name": "Some Map",
|
|
"width": 3,
|
|
"height": 3,
|
|
"depth": 3,
|
|
"tiles": [
|
|
0, 0, 0,
|
|
0, 0, 0,
|
|
0, 0, 0
|
|
]
|
|
} |