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

This commit is contained in:
Azgaar 2025-03-15 14:49:43 +01:00
commit 95b7ed9ea4
33 changed files with 572 additions and 378 deletions

View file

@ -711,6 +711,7 @@ function editProvinces() {
node
.append("text")
.attr("text-rendering", "optimizeSpeed")
.attr("dx", ".2em")
.attr("dy", "1em")
.attr("x", d => d.x0)