mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into submap-refactoring
This commit is contained in:
commit
d19aae59c8
12 changed files with 191 additions and 151 deletions
2
main.js
2
main.js
|
|
@ -106,10 +106,10 @@ coastline.append("g").attr("id", "lake_island");
|
|||
terrs.append("g").attr("id", "oceanHeights");
|
||||
terrs.append("g").attr("id", "landHeights");
|
||||
|
||||
let burgLabels = labels.append("g").attr("id", "burgLabels");
|
||||
labels.append("g").attr("id", "states");
|
||||
labels.append("g").attr("id", "addedLabels");
|
||||
|
||||
let burgLabels = labels.append("g").attr("id", "burgLabels");
|
||||
burgIcons.append("g").attr("id", "cities");
|
||||
burgLabels.append("g").attr("id", "cities");
|
||||
anchors.append("g").attr("id", "cities");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue