mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor(es modules): dissolve general.js
This commit is contained in:
parent
9206f46c42
commit
2e4d142cf7
90 changed files with 802 additions and 749 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {tip} from "/src/scripts/tooltips";
|
||||
import {getBase64} from "/src/utils/functionUtils";
|
||||
import {isCtrlClick} from "/src/utils/keyboardUtils";
|
||||
import {tip} from "scripts/tooltips";
|
||||
import {getBase64} from "utils/functionUtils";
|
||||
import {isCtrlClick} from "utils/keyboardUtils";
|
||||
import {turnLayerButtonOn, turnLayerButtonOff, layerIsOn} from "./utils";
|
||||
import {renderLayer} from "./renderers";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue