mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: addLakesInDeepDepressions
This commit is contained in:
parent
b2f16c4b8f
commit
3c6da6585e
16 changed files with 250 additions and 266 deletions
|
|
@ -215,10 +215,10 @@ export function open(options) {
|
|||
const erosionAllowed = allowErosion.checked;
|
||||
markupGridFeatures();
|
||||
|
||||
if (erosionAllowed) {
|
||||
Lakes.addLakesInDeepDepressions(grid);
|
||||
Lakes.openNearSeaLakes(grid);
|
||||
}
|
||||
// if (erosionAllowed) {
|
||||
// Lakes.addLakesInDeepDepressions(grid);
|
||||
// Lakes.openNearSeaLakes(grid);
|
||||
// }
|
||||
OceanLayers(grid);
|
||||
calculateTemperatures(grid);
|
||||
generatePrecipitation(grid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue