v 0.8.26b

This commit is contained in:
Azgaar 2019-05-30 20:51:05 +03:00
parent 46fb2fb1f8
commit 54ec78af54
4 changed files with 32 additions and 5 deletions

View file

@ -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();