From 83a26bb04af1cf0c07a82fbb1906c8e93d81f264 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 14:12:17 +0530 Subject: [PATCH] Added movie theater tiles --- stardew-access/static-tiles.json | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 84ed3f5..02cb286 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1747,5 +1747,38 @@ "y":[39], "type":"door" } + }, + "movietheater": + { + "Exit": + { + "x":[13], + "y":[15], + "type":"door" + }, + "Concessions Counter": + { + "x":[7], + "y":[6], + "type":"interactable" + }, + "Crane Game": + { + "x":[1,2], + "y":[8], + "type":"interactable" + }, + "Theater Door": + { + "x":[13], + "y":[3], + "type":"door" + }, + "Crane Man": + { + "x":[2], + "y":[9], + "type":"npc" + } } } \ No newline at end of file