mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
refactor(es modules): migrate a few more functions
This commit is contained in:
parent
63e9b9c87e
commit
865a98199f
18 changed files with 330 additions and 309 deletions
|
|
@ -28,7 +28,7 @@ window.Submap = (function () {
|
|||
const inverse = options.inverse;
|
||||
const stage = s => INFO && console.log("SUBMAP:", s);
|
||||
const timeStart = performance.now();
|
||||
invokeActiveZooming();
|
||||
Zoom.invoke();
|
||||
|
||||
// copy seed
|
||||
seed = parentMap.seed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue