refactor: draw state labels start

This commit is contained in:
Azgaar 2022-09-13 00:13:13 +03:00
parent e35cc2e9cb
commit e07bf91cd7
4 changed files with 131 additions and 18 deletions

View file

@ -69,8 +69,8 @@ async function generate(options?: IGenerationOptions) {
// renderLayer("biomes");
renderLayer("burgs");
renderLayer("routes");
// renderLayer("states");
renderLayer("provinces");
renderLayer("states");
renderLayer("labels");
// pack.cells.route.forEach((route, index) => {
// if (route === 2) drawPoint(pack.cells.p[index], {color: "black"});