mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: generate provinces end
This commit is contained in:
parent
2c35122bb8
commit
4dc5648310
4 changed files with 8 additions and 7 deletions
|
|
@ -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"});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue