mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.0.25
This commit is contained in:
parent
a5d1fefff7
commit
cbc702bfde
4 changed files with 9 additions and 80 deletions
|
|
@ -1776,7 +1776,6 @@
|
|||
<button data-tip="Open template editor" id="applyTemplate" style="display: none">Template Editor</button>
|
||||
<button data-tip="Open Image Converter" id="convertImage" style="display: none">Image Converter</button>
|
||||
<button data-tip="Render heightmap data as a small monochrome image" id="heightmapPreview">Heightmap Preview</button>
|
||||
<button data-tip="Render heightmap in perspective" id="perspectiveView">Perspective View</button>
|
||||
</div>
|
||||
|
||||
<div id="customizeOptions">
|
||||
|
|
@ -2401,8 +2400,8 @@
|
|||
</div>
|
||||
|
||||
<div data-tip="Set opacity of the loaded image" style="padding-top: 4px"><i>Overlay opacity:</i><br>
|
||||
<input id="convertOverlay" type="range" min=0 max=1 step=.01 value=0 style="width: 8em">
|
||||
<input id="convertOverlayNumber" type="number" min=0 max=1 step=.01 value=0 style="width: 3.5em; border: 1px solid #d4d4d4">
|
||||
<input id="convertOverlay" type="range" min=0 max=1 step=.01 value=0 style="width: 11.5em">
|
||||
<input id="convertOverlayNumber" type="number" min=0 max=1 step=.01 value=0 style="width: 3.5em">
|
||||
</div>
|
||||
|
||||
<div data-tip="Select a color below and assign a height value for it" id="colorsSelect" style="display: none">
|
||||
|
|
@ -2421,10 +2420,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div id="perspectivePanel" class="dialog stable" style="display: none">
|
||||
<canvas id="perspective" width="480" height="150"></canvas>
|
||||
</div>
|
||||
|
||||
<div id="biomesEditor" class="dialog stable" style="display: none">
|
||||
<div id="biomesHeader" class="header">
|
||||
<div style="left:1.4em" data-tip="Click to sort by biome name" class="sortable alphabetically" data-sortby="name">Biome </div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue