mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Converted 'Background Blend' control to a slider.
This commit is contained in:
parent
650df24761
commit
c1b5d00993
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@
|
||||||
<div class="tuple">
|
<div class="tuple">
|
||||||
<div>
|
<div>
|
||||||
<br>
|
<br>
|
||||||
<label>Background Blend<span class="unit"></span></label>
|
<span style="padding-right: 1em"><label>Background Blend</label></span>
|
||||||
<input type="number" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01">
|
<input type="range" class="slider" id="property-zone-haze-background-blend" min="0.0" max="1.0" step="0.01" value="0.0">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in a new issue