mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): set src as TS base folder
This commit is contained in:
parent
0d05e1b250
commit
32d7db765d
8 changed files with 33 additions and 40 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import {applyOption} from "./general";
|
||||
import {last} from "/src/utils/arrayUtils";
|
||||
import {lock, locked} from "/src/scripts/options/lock";
|
||||
import {tip, clearMainTip} from "/src/scripts/tooltips";
|
||||
import {clearMainTip, tip} from "/src/scripts/tooltips";
|
||||
import {last} from "/src/utils/arrayUtils";
|
||||
import {minmax, rn} from "/src/utils/numberUtils";
|
||||
import {gauss, P, rand, rw} from "/src/utils/probabilityUtils";
|
||||
import {byId, stored} from "/src/utils/shorthands";
|
||||
import {rn, minmax} from "/src/utils/numberUtils";
|
||||
import {rand, P, gauss} from "/src/utils/probabilityUtils";
|
||||
|
||||
$("#optionsContainer").draggable({handle: ".drag-trigger", snap: "svg", snapMode: "both"});
|
||||
$("#exitCustomization").draggable({handle: "div"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue