mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
fix: scale bar size
This commit is contained in:
parent
a4c4db6150
commit
00ac16b47f
2 changed files with 2 additions and 1 deletions
|
|
@ -786,8 +786,8 @@ export function resolveVersionConflicts(version) {
|
||||||
.attr("id", "scaleBar")
|
.attr("id", "scaleBar")
|
||||||
.attr("opacity", 1)
|
.attr("opacity", 1)
|
||||||
.attr("fill", "#353540")
|
.attr("fill", "#353540")
|
||||||
|
.attr("data-bar-size", 2)
|
||||||
.attr("font-size", 10)
|
.attr("font-size", 10)
|
||||||
.attr("data-size", 2)
|
|
||||||
.attr("data-x", 99)
|
.attr("data-x", 99)
|
||||||
.attr("data-y", 99)
|
.attr("data-y", 99)
|
||||||
.attr("data-label", "");
|
.attr("data-label", "");
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ const version = "1.96.00"; // generator version, update each time
|
||||||
<ul>
|
<ul>
|
||||||
<strong>Latest changes:</strong>
|
<strong>Latest changes:</strong>
|
||||||
<li>Ability to render ocean heightmap</li>
|
<li>Ability to render ocean heightmap</li>
|
||||||
|
<li>Scale bar styling features</li>
|
||||||
<li>Vignette visual layer and vignette styling options</li>
|
<li>Vignette visual layer and vignette styling options</li>
|
||||||
<li>Ability to define custom heightmap color scheme</li>
|
<li>Ability to define custom heightmap color scheme</li>
|
||||||
<li>New style preset Night and new heightmap color schemes</li>
|
<li>New style preset Night and new heightmap color schemes</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue