enigne
This commit is contained in:
parent
c858261c89
commit
fe04a5cd07
@ -72,8 +72,8 @@ class Farm
|
||||
init(Size, housepos);
|
||||
RainPosition.X = r.Next(0, 1900);
|
||||
RainPosition.Y = r.Next(0, 1950);
|
||||
RainfallMap = PerlinNoise.LoadImage("C:\\Users\\Joel\\source\\repos\\Oskars Repo\\Game1\\Content\\Rainfall.png");
|
||||
//RainfallMap = PerlinNoise.LoadImage("C:/Users/Oskar/source/repos/PotatoPlanFinal/Game1/Content/Rainfall.png");
|
||||
//RainfallMap = PerlinNoise.LoadImage("C:\\Users\\Joel\\source\\repos\\Oskars Repo\\Game1\\Content\\Rainfall.png");
|
||||
RainfallMap = PerlinNoise.LoadImage("C:/Users/Oskar/source/repos/PotatoPlanFinal/Game1/Content/Rainfall.png");
|
||||
}
|
||||
|
||||
public Rectangle getRainPosition(int TileSize, int x, int y, Vector2 Size)
|
||||
|
@ -39,7 +39,7 @@ namespace Game1.Sources.ML_Joel
|
||||
{
|
||||
InputArea modelInput = new InputArea
|
||||
{
|
||||
//Season = ,
|
||||
//Season = crop.
|
||||
//Area = crop.getSoilProperties().Area,
|
||||
Rainfall = crop.getSoilProperties().Humidity,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user