mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: generate states
This commit is contained in:
parent
e62d6ec74c
commit
c2fc0679ad
15 changed files with 472 additions and 301 deletions
|
|
@ -17,7 +17,7 @@ let rulers;
|
|||
let biomesData;
|
||||
let nameBases;
|
||||
|
||||
// defined in main.js
|
||||
// defined in main.ts
|
||||
let graphWidth;
|
||||
let graphHeight;
|
||||
let svgWidth;
|
||||
|
|
@ -44,7 +44,7 @@ let svg,
|
|||
texture,
|
||||
terrs,
|
||||
biomes,
|
||||
cells,
|
||||
// cells,
|
||||
gridOverlay,
|
||||
coordinates,
|
||||
compass,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue