fix: bug fixes, 3d mode controls change to MapContol

This commit is contained in:
Azgaar 2025-11-28 15:11:11 +01:00
parent 07d0729cfc
commit 34b880e10f
19 changed files with 398 additions and 182 deletions

View file

@ -89,7 +89,8 @@ function editWorld() {
Rivers.specify();
pack.cells.h = new Float32Array(heights);
Biomes.define();
Features.specify();
Features.defineGroups();
Lakes.defineNames();
if (layerIsOn("toggleTemperature")) drawTemperature();
if (layerIsOn("togglePrecipitation")) drawPrecipitation();