mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.4.04
This commit is contained in:
parent
a2b93f1396
commit
8152ccbe9c
4 changed files with 12 additions and 10 deletions
2
main.js
2
main.js
|
|
@ -952,8 +952,6 @@ function drawCoastline() {
|
|||
const waterMask = defs.select("#water");
|
||||
lineGen.curve(d3.curveBasisClosed);
|
||||
|
||||
zoom.translateExtent([[-200, -200],[graphWidth+200, graphHeight+200]]);
|
||||
|
||||
for (const i of cells.i) {
|
||||
const startFromEdge = !i && cells.h[i] >= 20;
|
||||
if (!startFromEdge && cells.t[i] !== -1 && cells.t[i] !== 1) continue; // non-edge cell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue