mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 01:51:23 +01:00
prototype for ice seperation
This commit is contained in:
parent
f30ffd812e
commit
7f99323d22
9 changed files with 322 additions and 106 deletions
|
|
@ -632,6 +632,9 @@ async function generate(options) {
|
|||
Biomes.define();
|
||||
Features.defineGroups();
|
||||
|
||||
Ice.initialize();
|
||||
Ice.generate();
|
||||
|
||||
rankCells();
|
||||
Cultures.generate();
|
||||
Cultures.expand();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue