mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: refactor greneration routine
This commit is contained in:
parent
d1208b12ec
commit
6b2de4d20e
19 changed files with 401 additions and 292 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as d3 from "d3";
|
||||
|
||||
import {TIME} from "config/logging";
|
||||
import {normalize, rn} from "utils/numberUtils";
|
||||
import {normalize} from "utils/numberUtils";
|
||||
import {isWater, isCoastal} from "utils/graphUtils";
|
||||
|
||||
const FLUX_MAX_BONUS = 250;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue