From 780a108facaf0d8bdd9d536350e66410bf19b923 Mon Sep 17 00:00:00 2001 From: legion Date: Tue, 28 Dec 2021 19:23:56 +0100 Subject: [PATCH] Fix dungeon_entry --- death.json | 14 +++++++------- island.json | 6 ++++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/death.json b/death.json index eff49437..b1cbdc5a 100644 --- a/death.json +++ b/death.json @@ -384,15 +384,15 @@ "firstgid":412, "image":"gold.png", "imageheight":32, + "imagewidth":32, + "margin":0, + "name":"gold", "properties":[ { "name":"tilesetCopyright", "type":"string", "value":"CC-BY 4.0 \nhttps:\/\/rc3.world" }], - "imagewidth":32, - "margin":0, - "name":"gold", "spacing":0, "tilecount":1, "tileheight":32, @@ -403,15 +403,15 @@ "firstgid":413, "image":"gameOver.png", "imageheight":960, + "imagewidth":960, + "margin":0, + "name":"gameOver", "properties":[ { "name":"tilesetCopyright", "type":"string", "value":"CC-BY 4.0 \nhttps:\/\/rc3.world" }], - "imagewidth":960, - "margin":0, - "name":"gameOver", "spacing":0, "tilecount":900, "tileheight":32, @@ -440,4 +440,4 @@ "type":"map", "version":"1.6", "width":64 -} +} \ No newline at end of file diff --git a/island.json b/island.json index 18a2ca26..744f9a97 100644 --- a/island.json +++ b/island.json @@ -50,6 +50,12 @@ "id":46, "name":"exit_dungeon", "opacity":1, + "properties":[ + { + "name":"exitUrl", + "type":"string", + "value":"dungeon.json" + }], "type":"tilelayer", "visible":true, "width":64,