mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
feat: draw borders
This commit is contained in:
parent
a6d777aecb
commit
50edcb4e30
8 changed files with 182 additions and 111 deletions
|
|
@ -74,7 +74,8 @@ async function generate(options?: IGenerationOptions) {
|
|||
// renderLayer("burgs");
|
||||
// renderLayer("routes");
|
||||
renderLayer("states");
|
||||
renderLayer("labels");
|
||||
renderLayer("borders");
|
||||
// renderLayer("labels");
|
||||
|
||||
// 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