From f8a6cab24e08eba53a9b88b57abe5dd488ccb90c Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Thu, 12 May 2022 21:47:01 +0530 Subject: [PATCH] Added missing entrances --- stardew-access/assets/static-tiles.json | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 05fe015..8d54578 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -66,6 +66,12 @@ "x":[34], "y":[23], "type":"door" + }, + "Backwoods Entrance": + { + "x":[0], + "y":[6,7,8,9], + "type":"door" } }, "town": @@ -125,6 +131,15 @@ "type":"door" } }, + "shed": + { + "Exit": + { + "x":[6], + "y":[13], + "type":"door" + } + }, "coop": { "Hay Hopper": @@ -1788,6 +1803,27 @@ "x":[14], "y":[39], "type":"door" + }, + "Bus stop Entrance": + { + "x":[49], + "y":[28,29,30,31,32], + "type":"door" + }, + "Tunnel Entrance": + { + "x":[23], + "y":[29,30,31], + "type":"door" + } + }, + "tunnel": + { + "Exit": + { + "x":[39], + "y":[7,8,9,10,11], + "type":"door" } }, "movietheater":