mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: heightmap config
This commit is contained in:
parent
6b2de4d20e
commit
d18636eb8f
9 changed files with 214 additions and 121 deletions
|
|
@ -220,7 +220,7 @@ export function open(options) {
|
|||
Lakes.addLakesInDeepDepressions(grid);
|
||||
Lakes.openNearSeaLakes(grid);
|
||||
}
|
||||
OceanLayers();
|
||||
OceanLayers(grid);
|
||||
calculateTemperatures();
|
||||
generatePrecipitation();
|
||||
reGraph();
|
||||
|
|
@ -339,7 +339,7 @@ export function open(options) {
|
|||
markupGridFeatures();
|
||||
|
||||
if (erosionAllowed) addLakesInDeepDepressions();
|
||||
OceanLayers();
|
||||
OceanLayers(grid);
|
||||
calculateTemperatures();
|
||||
generatePrecipitation();
|
||||
reGraph();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue