refactor: draw burgs and cells

This commit is contained in:
max 2022-08-19 23:10:43 +03:00
parent 5c2d30c8f0
commit ec6285a7a4
7 changed files with 161 additions and 57 deletions

View file

@ -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`);