refactor: generate provinces end

This commit is contained in:
Azgaar 2022-09-08 22:22:03 +03:00
parent 2c35122bb8
commit 4dc5648310
4 changed files with 8 additions and 7 deletions

View file

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