From e0fef495aa2a461c5d9fcb535971ba02bd739e5e Mon Sep 17 00:00:00 2001 From: legion Date: Tue, 28 Dec 2021 00:25:40 +0100 Subject: [PATCH] Fixes --- island.json | 6 ++++++ main.json | 6 ++++++ ship/ship.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/island.json b/island.json index 85fe26e6..18a2ca26 100644 --- a/island.json +++ b/island.json @@ -384,6 +384,12 @@ "imagewidth":32, "margin":0, "name":"roguelikeSheet_transparent_32", + "properties":[ + { + "name":"tilesetCopyright", + "type":"string", + "value":"CC-BY 4.0" + }], "spacing":0, "tilecount":3, "tileheight":32, diff --git a/main.json b/main.json index 4cb6fe9d..402ad31c 100644 --- a/main.json +++ b/main.json @@ -32,6 +32,12 @@ "id":43, "name":"from_ship", "opacity":1, + "properties":[ + { + "name":"startLayer", + "type":"bool", + "value":true + }], "type":"tilelayer", "visible":true, "width":64, diff --git a/ship/ship.json b/ship/ship.json index f42f8aa1..7f968a65 100644 --- a/ship/ship.json +++ b/ship/ship.json @@ -42,7 +42,7 @@ { "name":"exitUrl", "type":"string", - "value":"..\/island.json#from_ship" + "value":"..\/island.json" }], "type":"tilelayer", "visible":true,