mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): split layers to modules
This commit is contained in:
parent
05564ef5d9
commit
7755d8b588
37 changed files with 2035 additions and 1998 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {byId} from "/src/utils/shorthands";
|
||||
import {toggleLayer} from "/src/modules/ui/layers";
|
||||
import {toggleLayer} from "/src/layers";
|
||||
|
||||
// Hotkeys, see github.com/Azgaar/Fantasy-Map-Generator/wiki/Hotkeys
|
||||
document.on("keydown", handleKeydown);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue