From ac8718cdcedd86b541e52d2f4f861f474762a192 Mon Sep 17 00:00:00 2001 From: Thelie Date: Mon, 27 Dec 2021 11:19:39 +0100 Subject: [PATCH] Fixed the tilesetCopyright property of the ATA tileset --- main.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main.json b/main.json index 455f1b0..dba4811 100644 --- a/main.json +++ b/main.json @@ -1306,6 +1306,12 @@ "imagewidth":256, "margin":0, "name":"ata", + "properties":[ + { + "name":"tilesetCopyright", + "type":"string", + "value":"CC0 https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/legalcode" + }], "spacing":0, "tilecount":64, "tileheight":32, @@ -1319,6 +1325,12 @@ "imagewidth":128, "margin":0, "name":"ata-pulver", + "properties":[ + { + "name":"tilesetCopyright", + "type":"string", + "value":"CC0 https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/legalcode" + }], "spacing":0, "tilecount":16, "tileheight":32,