generation flow for heightmap select

This commit is contained in:
Azgaar 2022-05-26 00:19:32 +03:00
parent ff31e23a27
commit 6766de46ef
9 changed files with 132 additions and 100 deletions

View file

@ -74,3 +74,7 @@ function getNumberInRange(r) {
}
return count;
}
function generateSeed() {
return String(Math.floor(Math.random() * 1e9));
}