mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.22.03
This commit is contained in:
parent
9c034139d9
commit
bb9ed93db9
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@
|
|||
.attr("width", caSize).attr("height", caSize);
|
||||
|
||||
// towns
|
||||
const towns = pack.burgs.filter(b => !b.capital);
|
||||
const towns = pack.burgs.filter(b => b.i && !b.capital);
|
||||
const townIcons = burgIcons.select("#towns");
|
||||
const townLabels = burgLabels.select("#towns");
|
||||
const townSize = townIcons.attr("size") || 0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue