mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
make icon size stable
This commit is contained in:
parent
76bc07e3e2
commit
6405b442a5
1 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@
|
|||
color: cities.attr("fill"),
|
||||
elevation: 10,
|
||||
quality: 20,
|
||||
iconSize: +city_icons.attr("size"),
|
||||
iconSize: 1,
|
||||
iconColor: "#666",
|
||||
line: 10 - cities.attr("data-size") / 2
|
||||
};
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
color: towns.attr("fill"),
|
||||
elevation: 5,
|
||||
quality: 30,
|
||||
iconSize: +town_icons.attr("size"),
|
||||
iconSize: 0.5,
|
||||
iconColor: "#666",
|
||||
line: 5 - towns.attr("data-size") / 2
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue