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