mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
refactor(es modules): heightmap config
This commit is contained in:
parent
2e4d142cf7
commit
f9f60176d9
9 changed files with 183 additions and 173 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import {heightmapTemplates} from "config/heightmap-templates";
|
||||
import {createTypedArray, last} from "utils/arrayUtils";
|
||||
import {getColorScheme, getHeightColor} from "utils/colorUtils";
|
||||
import {throttle} from "utils/functionUtils";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
import {heightmapTemplates} from "config/heightmap-templates";
|
||||
import {precreatedHeightmaps} from "config/precreated-heightmaps";
|
||||
import {lock, locked} from "scripts/options/lock";
|
||||
import {clearMainTip, tip} from "scripts/tooltips";
|
||||
import {last} from "utils/arrayUtils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue