Covers happy-path round-trip, bounds rejection (positive and negative), unknown-layer rejection, and on-demand layer allocation.
17 lines
255 B
JSON
17 lines
255 B
JSON
{
|
|
"schema_version": 2,
|
|
"id": "write_test",
|
|
"size": { "w": 4, "h": 4 },
|
|
"atlases": ["demo_tilemap"],
|
|
"layers": {
|
|
"surface": {
|
|
"tiles": [
|
|
0, 0, 0, 0,
|
|
0, 0, 0, 0,
|
|
0, 0, 0, 0,
|
|
0, 0, 0, 0
|
|
]
|
|
}
|
|
}
|
|
}
|