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
|
|
@ -7,6 +7,7 @@ import {rn, minmax} from "/src/utils/numberUtils";
|
|||
import {rand, P, each, gauss, ra, rw, generateSeed} from "/src/utils/probabilityUtils";
|
||||
import {round, splitInTwo} from "/src/utils/stringUtils";
|
||||
import {trimVowels, getAdjective} from "/src/utils/languageUtils";
|
||||
import {Voronoi} from "/src/modules/voronoi";
|
||||
|
||||
window.BurgsAndStates = (function () {
|
||||
const generate = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue