31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"tile_size": 32,
|
|
"columns": 6,
|
|
"tiles": [
|
|
{ "id": 0, "file": "empty.png" },
|
|
{ "id": 1, "file": "background_1.png" },
|
|
{ "id": 2, "file": "background_2.png" },
|
|
{ "id": 3, "file": "background_3.png" },
|
|
{ "id": 4, "file": "background_4.png" },
|
|
{ "id": 5, "file": "ground_top_green.png" },
|
|
{ "id": 6, "file": "ground_fill_green.png" },
|
|
{ "id": 7, "file": "ground_top_gray.png" },
|
|
{ "id": 8, "file": "ground_fill_gray.png" },
|
|
{ "id": 9, "file": "ground_top_purple.png" },
|
|
{ "id": 10, "file": "ground_fill_purple.png" },
|
|
{ "id": 11, "file": "platform.png" },
|
|
{ "id": 12, "file": "spike.png" },
|
|
{ "id": 13, "file": "light_platform_off.png" },
|
|
{ "id": 14, "file": "light_platform_on.png" },
|
|
{ "id": 15, "file": "shadow_platform_off.png" },
|
|
{ "id": 16, "file": "shadow_platform_on.png" },
|
|
{ "id": 17, "file": "door_closed.png" },
|
|
{ "id": 18, "file": "door_open.png" },
|
|
{ "id": 19, "file": "coin.png" },
|
|
{ "id": 20, "file": "flag.png" },
|
|
{ "id": 21, "file": "checkpoint.png" },
|
|
{ "id": 22, "file": "spike_ceiling.png" },
|
|
{ "id": 23, "file": "decor_vine.png" }
|
|
]
|
|
}
|