mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: generate states
This commit is contained in:
parent
e62d6ec74c
commit
c2fc0679ad
15 changed files with 472 additions and 301 deletions
|
|
@ -8,7 +8,6 @@ import {Voronoi} from "/src/modules/voronoi";
|
|||
import {getColors, getMixedColor, getRandomColor} from "utils/colorUtils";
|
||||
import {findCell} from "utils/graphUtils";
|
||||
import {getAdjective, trimVowels} from "utils/languageUtils";
|
||||
import {getMiddlePoint} from "utils/lineUtils";
|
||||
import {minmax, rn} from "utils/numberUtils";
|
||||
import {each, gauss, generateSeed, P, ra, rand, rw} from "utils/probabilityUtils";
|
||||
import {round, splitInTwo} from "utils/stringUtils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue