mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: Biomes.define - partial
This commit is contained in:
parent
bb78d5168b
commit
21234dc414
7 changed files with 72 additions and 59 deletions
|
|
@ -65,7 +65,8 @@ async function generate(options?: IGenerationOptions) {
|
|||
// renderLayer("cells");
|
||||
renderLayer("features");
|
||||
renderLayer("heightmap");
|
||||
renderLayer("rivers", pack);
|
||||
renderLayer("rivers");
|
||||
// renderLayer("biomes");
|
||||
|
||||
WARN && console.warn(`TOTAL: ${rn((performance.now() - timeStart) / 1000, 2)}s`);
|
||||
// showStatistics();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue