From 4cc4bba62e1e84c818fe5aa7ffc7d12d6c49b7c6 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Wed, 4 May 2022 23:33:05 +0530 Subject: [PATCH] Added trailer 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 0db0336..b204e8b 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -2551,5 +2551,38 @@ "y":[6], "type":"door" } + }, + "trailer": + { + "Exit": + { + "x":[12], + "y":[9], + "type":"door" + }, + "Penny's Room Door": + { + "x":[6], + "y":[7], + "type":"door" + }, + "Bookshelf": + { + "x":[5,6], + "y":[4], + "type":"decoration" + }, + "Book": + { + "x":[2], + "y":[4], + "type":"decoration" + }, + "Magazine": + { + "x":[1], + "y":[9], + "type":"decoration" + } } } \ No newline at end of file