mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Fractious template
This commit is contained in:
parent
69823ceeb0
commit
17baa09a78
2 changed files with 4 additions and 2 deletions
|
|
@ -989,6 +989,10 @@ function editHeightmap(options) {
|
|||
HeightmapGenerator.setGraph(grid);
|
||||
restartHistory();
|
||||
|
||||
const seed = byId("templateSeed").value;
|
||||
if (seed) Math.random = aleaPRNG(seed);
|
||||
restartHistory();
|
||||
|
||||
for (const step of steps) {
|
||||
if (step.style.opacity === "0.5") continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue