Skip to content

Commit

Permalink
Merge pull request #45 from Jevvry/main
Browse files Browse the repository at this point in the history
0.6. Переставить домики Jupiter-2
  • Loading branch information
yevgeniyredko authored Apr 30, 2021
2 parents b4eebce + d51581d commit 83c80c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Services/CityMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ public class CityMap
public House[] Houses;

private const int ComfortablePeopleAmountInHouse = 5;
private const int HousesInGroup = 4;
private const int GroupsInRow = 4; // |..|..|..|..| |..|..|..|..| |..|..|..|..| |..|..|..|..|
private const int HousesInGroup = 8;
private const int GroupsInRow = 2; // |..|..|..|..|..|..|..|..| |..|..|..|..|..|..|..|..|

public const int HouseAmount = Game.PeopleCount / ComfortablePeopleAmountInHouse;

public CityMap()
Expand Down

0 comments on commit 83c80c3

Please sign in to comment.