mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: draw burgs and cells
This commit is contained in:
parent
5c2d30c8f0
commit
ec6285a7a4
7 changed files with 161 additions and 57 deletions
|
|
@ -67,6 +67,7 @@ async function generate(options?: IGenerationOptions) {
|
|||
renderLayer("heightmap");
|
||||
renderLayer("rivers");
|
||||
// renderLayer("biomes");
|
||||
renderLayer("burgs");
|
||||
renderLayer("routes");
|
||||
|
||||
WARN && console.warn(`TOTAL: ${rn((performance.now() - timeStart) / 1000, 2)}s`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue