Added Josh House tiles

master
Mohammad Shoaib 2022-05-04 23:29:15 +05:30
parent 297eca3adc
commit 14506b1e11
3 changed files with 82 additions and 1 deletions

View File

@ -7,7 +7,6 @@ using stardew_access.Patches;
using stardew_access.ScreenReader; using stardew_access.ScreenReader;
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework;
using StardewValley.Menus; using StardewValley.Menus;
using Newtonsoft.Json.Linq;
namespace stardew_access namespace stardew_access
{ {

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<GamePath>/home/shoaib/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Stardew Valley/</GamePath>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<RootNamespace>stardew_access</RootNamespace> <RootNamespace>stardew_access</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>

View File

@ -2470,5 +2470,86 @@
"y":[9], "y":[9],
"type":"decoration" "type":"decoration"
} }
},
"joshhouse":
{
"Exit":
{
"x":[9],
"y":[24],
"type":"door"
},
"TV":
{
"x":[15,16],
"y":[20],
"type":"decoration"
},
"Bookshelf":
{
"x":[17,18],
"y":[16],
"type":"decoration"
},
"Fridge":
{
"x":[5],
"y":[16],
"type":"decoration"
},
"Evelyn and George's Room Door":
{
"x":[5],
"y":[9],
"type":"door"
},
"Alex's Room Door":
{
"x":[10],
"y":[10],
"type":"door"
},
"Radio":
{
"x":[3],
"y":[4],
"type":"door"
},
"Magazine":
{
"x":[11],
"y":[4],
"type":"door"
},
"Alex's Bookshelf":
{
"x":[12,13],
"y":[4],
"type":"decoration"
},
"Alex's Drawer":
{
"x":[17,18],
"y":[4],
"type":"decoration"
},
"Dumbbell":
{
"x":[14],
"y":[4],
"type":"door"
},
"Gridball":
{
"x":[23],
"y":[45],
"type":"door"
},
"Gridball Helmet":
{
"x":[23],
"y":[6],
"type":"door"
}
} }
} }