mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 18:41:23 +01:00
zoom changes
This commit is contained in:
parent
c4663e7b9b
commit
8337a9b5ff
2 changed files with 124 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ function drawLayers() {
|
|||
if (layerIsOn("toggleRulers")) rulers.draw();
|
||||
// scale bar
|
||||
// vignette
|
||||
// apply zoom-based visibility after all layers rendered
|
||||
if (typeof invokeActiveZooming === "function") invokeActiveZooming();
|
||||
}
|
||||
|
||||
function toggleHeight(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue