mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v 0.8.26b
This commit is contained in:
parent
46fb2fb1f8
commit
54ec78af54
4 changed files with 32 additions and 5 deletions
|
|
@ -32,7 +32,9 @@ function editWorld() {
|
|||
calculateTemperatures();
|
||||
generatePrecipitation();
|
||||
elevateLakes();
|
||||
const heights = new Uint8Array(pack.cells.h);
|
||||
Rivers.generate();
|
||||
pack.cells.h = new Uint8Array(heights);
|
||||
defineBiomes();
|
||||
|
||||
if (layerIsOn("toggleTemp")) drawTemp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue