mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
refactor: drawCoastline and createDefaultRuler
This commit is contained in:
parent
2ebc2e9733
commit
088faf9e26
12 changed files with 207 additions and 180 deletions
|
|
@ -225,6 +225,7 @@ function editHeightmap(options) {
|
|||
calculateTemperatures();
|
||||
generatePrecipitation();
|
||||
reGraph();
|
||||
reMarkFeatures();
|
||||
drawCoastline();
|
||||
|
||||
Rivers.generate(erosionAllowed);
|
||||
|
|
@ -343,6 +344,7 @@ function editHeightmap(options) {
|
|||
calculateTemperatures();
|
||||
generatePrecipitation();
|
||||
reGraph();
|
||||
reMarkFeatures();
|
||||
drawCoastline();
|
||||
|
||||
if (erosionAllowed) Rivers.generate(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue