From 1aa569ab84dc9ae4bf4d10b5036ff28d9aa2b056 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 23:31:17 +0530 Subject: [PATCH] Added sam house tiles --- stardew-access/static-tiles.json | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 51dd4e5..3c36ba6 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -2338,5 +2338,56 @@ "y":[4], "type":"decoration" } + }, + "samhouse": + { + "Exit": + { + "x":[4], + "y":[23], + "type":"door" + }, + "Radio": + { + "x":[6], + "y":[12], + "type":"decoration" + }, + "Vincent's Room Door": + { + "x":[16], + "y":[18], + "type":"door" + }, + "Sam's Room Door": + { + "x":[12], + "y":[14], + "type":"door" + }, + "Jodi's Room Door": + { + "x":[17], + "y":[6], + "type":"door" + }, + "Sam's Drawer": + { + "x":[7,8], + "y":[12], + "type":"decoration" + }, + "Bookshelf": + { + "x":[18,19], + "y":[12], + "type":"decoration" + }, + "Fridge": + { + "x":[7], + "y":[4], + "type":"decoration" + } } } \ No newline at end of file