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