mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 09:21:24 +01:00
v. 0.57.02b
This commit is contained in:
parent
72e03a2bcf
commit
f8ce1023d6
1 changed files with 3 additions and 3 deletions
|
|
@ -32,8 +32,8 @@
|
|||
<script src="libs/quantize.min.js" defer></script>
|
||||
<script src="libs/d3-hexbin.v0.2.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.57.01b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.57.01b"/>
|
||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.57.02b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.57.02b"/>
|
||||
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
<input id="pngResolution" type="range" min="1" max="10" value="5" oninput="pngResolutionOutput.value = this.value + 'x'">
|
||||
</td>
|
||||
<td>
|
||||
<output id="pngResolutionOutput">10x</output>
|
||||
<output id="pngResolutionOutput">5x</output>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue