Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into urquhart-routes

This commit is contained in:
Azgaar 2024-06-02 17:56:59 +02:00
commit a3a858d609
135 changed files with 29373 additions and 101 deletions

View file

@ -752,6 +752,8 @@ export function resolveVersionConflicts(version) {
const curve = curveTypes[terrs.attr("curve")] || "curveBasisClosed";
terrs
.attr("opacity", null)
.attr("filter", null)
.attr("mask", null)
.attr("scheme", null)
.attr("terracing", null)
@ -770,6 +772,7 @@ export function resolveVersionConflicts(version) {
.attr("skip", 0)
.attr("relax", 1)
.attr("curve", curve);
terrs
.append("g")
.attr("id", "landHeights")