mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v. 0.59.14b
This commit is contained in:
parent
2f66891ecf
commit
af6eeb9bad
2 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@
|
|||
<script src="libs/polylabel.min.js"></script>
|
||||
<script src="libs/quantize.min.js" defer></script>
|
||||
<script src="libs/jquery.ui.touch-punch.min.js" defer></script>
|
||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.59.12b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.59.12b"/>
|
||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.59.14b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.59.14b"/>
|
||||
<link rel="stylesheet" type="text/css" href="libs/jquery-ui.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -1152,5 +1152,5 @@
|
|||
<input type="file" accept=".txt" id="namesbaseToLoad">
|
||||
</div>
|
||||
|
||||
<script src="script.js?version=0.59.12b"></script>
|
||||
<script src="script.js?version=0.59.14b"></script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -5727,7 +5727,7 @@ function fantasyMap() {
|
|||
var size = +editSize.value;
|
||||
group.attr("data-size", size)
|
||||
.attr("font-size", rn((size + (size / scale)) / 2, 2))
|
||||
.attr("fill", editColor.title)
|
||||
.attr("fill", editColor.value)
|
||||
.attr("opacity", editOpacity.value);
|
||||
if (editFontSelect.value !== "") {
|
||||
const font = fonts[editFontSelect.value].split(':')[0].replace(/\+/g, " ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue