mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 18:41:23 +01:00
refactor: replace fmg.modules with local vars
This commit is contained in:
parent
80bf0ef688
commit
a97e7f44f6
31 changed files with 141 additions and 95 deletions
|
|
@ -14,10 +14,6 @@ import {addGlobalListeners} from "./scripts/listeners";
|
|||
import {checkForUpdates} from "./scripts/updater";
|
||||
import {getInputNumber} from "utils/nodeUtils";
|
||||
|
||||
window.fmg = {
|
||||
modules: {}
|
||||
};
|
||||
|
||||
// default options
|
||||
options = {
|
||||
pinNotes: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue