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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user