fix prompt

This commit is contained in:
Azgaar 2021-09-01 23:49:50 +03:00
parent 4a4b193e65
commit 97e3c81f5c

View file

@ -3106,8 +3106,8 @@
<div data-tip="Set height exponent, i.e. a value for altitude change sharpness. Altitude affects temperature and hence biomes"> <div data-tip="Set height exponent, i.e. a value for altitude change sharpness. Altitude affects temperature and hence biomes">
<div>Exponent:</div> <div>Exponent:</div>
<input id="heightExponentOutput" type="range" min=1.5 max=2.1 value=1.8 step=.01> <input id="heightExponentOutput" type="range" min=1.5 max=2.2 value=2 step=.01>
<input id="heightExponentInput" data-stored="heightExponent" type="number" min=1.5 max=2.1 value=1.8 step=.01> <input id="heightExponentInput" data-stored="heightExponent" type="number" min=1.5 max=2.2 value=2 step=.01>
</div> </div>
<div class="unitsHeader" data-tip="Select Temperature scale"> <div class="unitsHeader" data-tip="Select Temperature scale">
@ -3447,7 +3447,7 @@
</div> </div>
</div> </div>
<div id="preview3d" class="dialog stable" style="display: none; padding: 0px" /> <div id="preview3d" class="dialog stable" style="display: none; padding: 0px"></div>
<div id="exportMapData" style="display: none" class="dialog"> <div id="exportMapData" style="display: none" class="dialog">
<div style="margin-bottom: .3em; font-weight: bold">Download image</div> <div style="margin-bottom: .3em; font-weight: bold">Download image</div>