Map generation tweaking: some biomes are placed at the center of the map, some at the center and some randomly.

This commit is contained in:
Joonas Rikkonen
2017-08-20 13:20:23 +03:00
parent 8e71b4b828
commit a6689b894d
5 changed files with 110 additions and 16 deletions
@@ -112,7 +112,7 @@ namespace Barotrauma
public void GenerateMap(string seed)
{
Map = new Map(seed, 500);
Map = new Map(seed, 1000);
}
public override void Start()