mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
restore layers - don't hide, remove unused
This commit is contained in:
parent
a17457ae35
commit
90c87853b1
2 changed files with 16 additions and 14 deletions
|
|
@ -544,15 +544,15 @@ function randomizeHeightmapTemplate() {
|
|||
volcano: 3,
|
||||
highIsland: 22,
|
||||
lowIsland: 9,
|
||||
continents: 20,
|
||||
archipelago: 25,
|
||||
mediterranean: 3,
|
||||
continents: 19,
|
||||
archipelago: 23,
|
||||
mediterranean: 5,
|
||||
peninsula: 3,
|
||||
pangea: 5,
|
||||
isthmus: 2,
|
||||
atoll: 1,
|
||||
shattered: 7,
|
||||
taklamakan: 2
|
||||
taklamakan: 1
|
||||
};
|
||||
document.getElementById("templateInput").value = rw(templates);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue