16 lines
277 B
JSON
16 lines
277 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Nature",
|
||
|
"tileset": "landscape01.jpg",
|
||
|
"tiles": 8,
|
||
|
"backgroundColor": "#6096ff",
|
||
|
"backgroundImage": null
|
||
|
},
|
||
|
{
|
||
|
"name": "Moon",
|
||
|
"tileset": "moon.jpg",
|
||
|
"tiles": 2,
|
||
|
"backgroundColor": "black",
|
||
|
"backgroundImage": null
|
||
|
}
|
||
|
]
|