Tileset dialog for Tilorswift and fix for adding rows.

This commit is contained in:
Mal
2020-02-14 00:12:24 +01:00
parent 72589544bd
commit 04c3d0253b
19 changed files with 297 additions and 52 deletions

16
graphic-sets.json Normal file
View File

@@ -0,0 +1,16 @@
[
{
"name": "Nature",
"tileset": "landscape01.jpg",
"tiles": 8,
"backgroundColor": "#6096ff",
"backgroundImage": null
},
{
"name": "Moon",
"tileset": "moon.jpg",
"tiles": 2,
"backgroundColor": "black",
"backgroundImage": null
}
]