v. 0.58.16b

This commit is contained in:
Azgaar 2018-08-11 23:23:51 +03:00
parent 9a1311b50e
commit 5e809de962
2 changed files with 5 additions and 3 deletions

View file

@ -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});