mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
chore: modularize main.js
This commit is contained in:
parent
51df2f90b0
commit
e739698346
24 changed files with 1775 additions and 1706 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import {getGridPolygon} from "utils/graphUtils";
|
||||
import {aleaPRNG} from "scripts/aleaPRNG";
|
||||
import {clipPoly} from "utils/lineUtils";
|
||||
|
||||
export function drawIce() {
|
||||
const {cells, vertices} = grid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue