mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v. 0.59.09b
This commit is contained in:
parent
1fcef32b20
commit
5bfe920eed
2 changed files with 20 additions and 23 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.59.08b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.59.08b"/>
|
||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.59.09b"/>
|
||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.59.09b"/>
|
||||
<link rel="stylesheet" type="text/css" href="libs/jquery-ui.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -551,7 +551,7 @@
|
|||
<div id="customizeOptions">
|
||||
<input id="renderOcean" class="checkbox" type="checkbox">
|
||||
<label for="renderOcean" onmouseover="tip('Render cells below sea level')" class="checkbox-label">Render ocean cells</label>
|
||||
<input id="changeHeights" class="checkbox" type="checkbox" checked>
|
||||
<input id="changeHeights" class="checkbox" type="checkbox">
|
||||
<label for="changeHeights" onmouseover="tip('Allow system to change custom heights if reasonable')" class="checkbox-label">Change heights</label>
|
||||
</div>
|
||||
<label onmouseover="tip('Number of Land cells and landmass/ocean ratio')">Landmass:
|
||||
|
|
@ -1143,5 +1143,5 @@
|
|||
<input type="file" accept=".txt" id="namesbaseToLoad">
|
||||
</div>
|
||||
|
||||
<script src="script.js?version=0.59.08b"></script>
|
||||
<script src="script.js?version=0.59.09b"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue