diff --git a/index.html b/index.html index a239d0a0..8b989aee 100644 --- a/index.html +++ b/index.html @@ -582,7 +582,7 @@ - + @@ -1083,8 +1083,8 @@
- - + + diff --git a/script.js b/script.js index d1b56021..935415a6 100644 --- a/script.js +++ b/script.js @@ -1299,6 +1299,7 @@ function fantasyMap() { }); } }); + console.log( "small lakes candidates: " + smallLakes); cells = tempCells; // use tempCells as the only cells array calculateVoronoi(newPoints); // recalculate Voronoi diagram using new points let gridPath = ""; // store grid as huge single path string @@ -2113,6 +2114,7 @@ function fantasyMap() { } } } + console.log( "small lakes: " + smallLakes); // mark small lakes let unmarked = $.grep(land, function(e) {return e.fn === -1});