mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.76 - major river-lake redesign
This commit is contained in:
parent
8563aaf50d
commit
07f0eff52c
7 changed files with 227 additions and 194 deletions
|
|
@ -47,6 +47,7 @@ function editWorld() {
|
|||
generatePrecipitation();
|
||||
const heights = new Uint8Array(pack.cells.h);
|
||||
Rivers.generate();
|
||||
defineLakesGroup();
|
||||
Rivers.specify();
|
||||
pack.cells.h = new Float32Array(heights);
|
||||
defineBiomes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue