mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: drawCoastline and createDefaultRuler
This commit is contained in:
parent
2ebc2e9733
commit
088faf9e26
12 changed files with 207 additions and 180 deletions
|
|
@ -186,6 +186,7 @@ function restoreLayers() {
|
|||
if (layerIsOn("toggleStates")) drawStates();
|
||||
if (layerIsOn("toggleRivers")) drawRivers();
|
||||
if (layerIsOn("toggleMilitary")) drawMilitary();
|
||||
if (layerIsOn("toggleRulers")) rulers.draw();
|
||||
}
|
||||
|
||||
function toggleHeight(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue