mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
1.1.19
This commit is contained in:
parent
6257df48b9
commit
9dab5f2a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ function addBurg(point) {
|
||||||
burgLabels.select("#towns").append("text").attr("id", "burgLabel"+i).attr("data-id", i)
|
burgLabels.select("#towns").append("text").attr("id", "burgLabel"+i).attr("data-id", i)
|
||||||
.attr("x", x).attr("y", y).attr("dy", `${townSize * -1.5}px`).text(name);
|
.attr("x", x).attr("y", y).attr("dy", `${townSize * -1.5}px`).text(name);
|
||||||
|
|
||||||
BurgsAndStates.defineFeatures(pack.burgs[i]);
|
BurgsAndStates.defineBurgFeatures(pack.burgs[i]);
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue