mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v. 0.58.04b
This commit is contained in:
parent
cf360133e8
commit
cdc5cf8c7c
2 changed files with 20 additions and 9 deletions
|
|
@ -31,8 +31,8 @@
|
||||||
<script src="libs/quantize.min.js" defer></script>
|
<script src="libs/quantize.min.js" defer></script>
|
||||||
<script src="libs/d3-hexbin.v0.2.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>
|
<script src="libs/jquery.ui.touch-punch.min.js" defer></script>
|
||||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.58.03b"/>
|
<link rel="stylesheet" type="text/css" href="index.css?version=0.58.04b"/>
|
||||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.58.03b"/>
|
<link rel="stylesheet" type="text/css" href="icons.css?version=0.58.04b"/>
|
||||||
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
|
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -414,7 +414,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td onmouseover="tip('Define how many Cultures should be generated')">Cultures count</td>
|
<td onmouseover="tip('Define how many Cultures should be generated')">Cultures count</td>
|
||||||
<td>
|
<td>
|
||||||
<input id="culturesInput" type="range" min="1" max="10" value="7">
|
<input id="culturesInput" type="range" min="1" max="13" value="7">
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<output id="culturesOutput">7</output>
|
<output id="culturesOutput">7</output>
|
||||||
|
|
@ -1109,5 +1109,5 @@
|
||||||
<input type="file" accept=".txt" id="namesbaseToLoad">
|
<input type="file" accept=".txt" id="namesbaseToLoad">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="script.js?version=0.58.03b"></script>
|
<script src="script.js?version=0.58.04b"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
21
script.js
21
script.js
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue