mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.86 - separate lakes object
This commit is contained in:
parent
cb88ab9229
commit
5f5a67d436
11 changed files with 175 additions and 109 deletions
|
|
@ -185,7 +185,7 @@ function editHeightmap() {
|
|||
}
|
||||
}
|
||||
|
||||
defineLakesGroup();
|
||||
Lakes.defineGroup();
|
||||
defineBiomes();
|
||||
rankCells();
|
||||
Cultures.generate();
|
||||
|
|
@ -201,6 +201,8 @@ function editHeightmap() {
|
|||
BurgsAndStates.drawStateLabels();
|
||||
|
||||
Rivers.specify();
|
||||
Lakes.generateName();
|
||||
|
||||
Military.generate();
|
||||
addMarkers();
|
||||
addZones();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue