Added Josh House tiles
parent
297eca3adc
commit
14506b1e11
|
@ -7,7 +7,6 @@ using stardew_access.Patches;
|
|||
using stardew_access.ScreenReader;
|
||||
using Microsoft.Xna.Framework;
|
||||
using StardewValley.Menus;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace stardew_access
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<GamePath>/home/shoaib/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Stardew Valley/</GamePath>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>stardew_access</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
|
|
|
@ -2470,5 +2470,86 @@
|
|||
"y":[9],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue