mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
feat: render provinces
This commit is contained in:
parent
c66e6e4645
commit
6b3df6c4d8
12 changed files with 362 additions and 438 deletions
|
|
@ -839,7 +839,8 @@ function recalculateStates(must) {
|
|||
if (!must && !statesAutoChange.checked) return;
|
||||
|
||||
BurgsAndStates.expandStates();
|
||||
BurgsAndStates.generateProvinces();
|
||||
Provinces.generate();
|
||||
Provinces.getPoles();
|
||||
if (!layerIsOn("toggleStates")) toggleStates();
|
||||
else drawStates();
|
||||
if (!layerIsOn("toggleBorders")) toggleBorders();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue