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