refactor(es modules): dissolve general.js

This commit is contained in:
Azgaar 2022-06-30 00:17:28 +03:00
parent 9206f46c42
commit 2e4d142cf7
90 changed files with 802 additions and 749 deletions

View file

@ -1,10 +1,10 @@
import {ERROR} from "../config/logging";
import {lim, minmax} from "../utils/numberUtils";
import {TIME} from "/src/config/logging";
import {createTypedArray} from "/src/utils/arrayUtils";
import {findGridCell} from "/src/utils/graphUtils";
import {getNumberInRange, P, rand} from "/src/utils/probabilityUtils";
import {byId} from "/src/utils/shorthands";
import {TIME} from "config/logging";
import {createTypedArray} from "utils/arrayUtils";
import {findGridCell} from "utils/graphUtils";
import {getNumberInRange, P, rand} from "utils/probabilityUtils";
import {byId} from "utils/shorthands";
window.HeightmapGenerator = (function () {
let grid = null;