mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
resource styling
This commit is contained in:
parent
306066b9a8
commit
0373272939
2 changed files with 18 additions and 35 deletions
1
main.js
1
main.js
|
|
@ -77,7 +77,6 @@ let prec = viewbox.append("g").attr("id", "prec").style("display", "none");
|
|||
let population = viewbox.append("g").attr("id", "population");
|
||||
let goods = viewbox.append('g').attr('id', 'goods');
|
||||
let emblems = viewbox.append("g").attr("id", "emblems").style("display", "none");
|
||||
let goods = viewbox.append("g").attr("id", "goods");
|
||||
let labels = viewbox.append("g").attr("id", "labels");
|
||||
let icons = viewbox.append("g").attr("id", "icons");
|
||||
let burgIcons = icons.append("g").attr("id", "burgIcons");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue