mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Tidy zone flying and ghosting entities editor options
Move options to top of section from under "skybox" subsection Fix capitalization of labels
This commit is contained in:
parent
bfb3f2cdfe
commit
3391430f0a
1 changed files with 8 additions and 9 deletions
|
@ -1717,6 +1717,14 @@
|
|||
<input type="checkbox" id="property-zone-stage-sun-model-enabled">
|
||||
<label for="property-zone-stage-sun-model-enabled">Enable stage sun model</label>
|
||||
</div>
|
||||
<div class="zone-group zone-section property checkbox">
|
||||
<input type="checkbox" id="property-zone-flying-allowed">
|
||||
<label for="property-zone-flying-allowed">Flying allowed</label>
|
||||
</div>
|
||||
<div class="zone-group zone-section property checkbox">
|
||||
<input type="checkbox" id="property-zone-ghosting-allowed">
|
||||
<label for="property-zone-ghosting-allowed">Ghosting allowed</label>
|
||||
</div>
|
||||
|
||||
<div class="sub-section-header zone-group zone-section keylight-section">
|
||||
<label>Key Light</label>
|
||||
|
@ -1801,15 +1809,6 @@
|
|||
<input type="text" id="property-zone-skybox-url">
|
||||
</div>
|
||||
|
||||
<div class="zone-group zone-section property checkbox">
|
||||
<input type="checkbox" id="property-zone-flying-allowed">
|
||||
<label for="property-zone-flying-allowed"> Flying Allowed</label>
|
||||
</div>
|
||||
<div class="zone-group zone-section property checkbox">
|
||||
<input type="checkbox" id="property-zone-ghosting-allowed">
|
||||
<label for="property-zone-ghosting-allowed"> Ghosting Allowed</label>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section-header web-group web-section">
|
||||
<label>Web</label><span>M</span>
|
||||
|
|
Loading…
Reference in a new issue