mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
feat: render provinces
This commit is contained in:
parent
c66e6e4645
commit
6b3df6c4d8
12 changed files with 362 additions and 438 deletions
3
main.js
3
main.js
|
|
@ -650,7 +650,8 @@ async function generate(options) {
|
|||
Routes.generate();
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
BurgsAndStates.generateProvinces();
|
||||
Provinces.generate();
|
||||
Provinces.getPoles();
|
||||
BurgsAndStates.defineBurgFeatures();
|
||||
|
||||
drawStates();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue