refactor: generate states

This commit is contained in:
max 2022-08-05 23:17:06 +03:00
parent e62d6ec74c
commit c2fc0679ad
15 changed files with 472 additions and 301 deletions

View file

@ -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,