mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
move markers into a separate module
This commit is contained in:
parent
2c4c462499
commit
acd9cfdd69
6 changed files with 234 additions and 206 deletions
|
|
@ -216,7 +216,7 @@ function editHeightmap() {
|
|||
Lakes.generateName();
|
||||
|
||||
Military.generate();
|
||||
addMarkers();
|
||||
Markers.generate();
|
||||
addZones();
|
||||
TIME && console.timeEnd("regenerateErasedData");
|
||||
INFO && console.groupEnd("Edit Heightmap");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue