mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v. 0.58.16b
This commit is contained in:
parent
9a1311b50e
commit
5e809de962
2 changed files with 5 additions and 3 deletions
|
|
@ -1299,6 +1299,7 @@ function fantasyMap() {
|
|||
});
|
||||
}
|
||||
});
|
||||
console.log( "small lakes candidates: " + smallLakes);
|
||||
cells = tempCells; // use tempCells as the only cells array
|
||||
calculateVoronoi(newPoints); // recalculate Voronoi diagram using new points
|
||||
let gridPath = ""; // store grid as huge single path string
|
||||
|
|
@ -2113,6 +2114,7 @@ function fantasyMap() {
|
|||
}
|
||||
}
|
||||
}
|
||||
console.log( "small lakes: " + smallLakes);
|
||||
|
||||
// mark small lakes
|
||||
let unmarked = $.grep(land, function(e) {return e.fn === -1});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue