mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-24 10:45:27 +02:00
Moved Bakground Blend to end of Haze fields.
This commit is contained in:
parent
832f9fb6e3
commit
748f97364b
1 changed files with 6 additions and 1 deletions
|
@ -558,7 +558,6 @@
|
|||
<fieldset class="zone-group zone-section haze-section property gen fstuple">
|
||||
<div class="tuple">
|
||||
<div><label>Range<span class="unit">m</span></label><input type="number" id="property-zone-haze-range" min="5" max="10000" step="5"></div>
|
||||
<div><label>Background Blend</label><input type="number" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01"></div>
|
||||
</div>
|
||||
<div class="tuple">
|
||||
<div><label>Altitude<span class="unit">m</span></label><input type="number" id="property-zone-haze-altitude" min="-1000" max="5000" step="10"></div>
|
||||
|
@ -610,6 +609,12 @@
|
|||
min="-1000" max="50000" step="10"></div>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset class="zone-group zone-section haze-section property gen fstuple">
|
||||
<div>
|
||||
<label>Background Blend</label>
|
||||
<input type="number" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01">
|
||||
</div>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
<fieldset class="minor">
|
||||
<legend class="sub-section-header zone-group zone-section stage-section">
|
||||
|
|
Loading…
Reference in a new issue