mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21: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,10 +1,10 @@
|
|||
import {TIME} from "/src/config/logging";
|
||||
import {findAll} from "/src/utils/graphUtils";
|
||||
import {unique} from "/src/utils/arrayUtils";
|
||||
import {getRandomColor, getMixedColor} from "/src/utils/colorUtils";
|
||||
import {rn} from "/src/utils/numberUtils";
|
||||
import {rand, P, ra, rw, biased, gauss} from "/src/utils/probabilityUtils";
|
||||
import {trimVowels, getAdjective, abbreviate} from "/src/utils/languageUtils";
|
||||
import {TIME} from "config/logging";
|
||||
import {findAll} from "utils/graphUtils";
|
||||
import {unique} from "utils/arrayUtils";
|
||||
import {getRandomColor, getMixedColor} from "utils/colorUtils";
|
||||
import {rn} from "utils/numberUtils";
|
||||
import {rand, P, ra, rw, biased, gauss} from "utils/probabilityUtils";
|
||||
import {trimVowels, getAdjective, abbreviate} from "utils/languageUtils";
|
||||
|
||||
window.Religions = (function () {
|
||||
// name generation approach and relative chance to be selected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue