mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-08 04:27:37 +02:00
Merge pull request #7963 from ctrlaltdavid/flying-and-ghosting
tidy zone flying and ghosting entities editor options
This commit is contained in:
commit
0bd6702fce
1 changed files with 8 additions and 9 deletions
|
@ -1717,6 +1717,14 @@
|
||||||
<input type="checkbox" id="property-zone-stage-sun-model-enabled">
|
<input type="checkbox" id="property-zone-stage-sun-model-enabled">
|
||||||
<label for="property-zone-stage-sun-model-enabled">Enable stage sun model</label>
|
<label for="property-zone-stage-sun-model-enabled">Enable stage sun model</label>
|
||||||
</div>
|
</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">
|
<div class="sub-section-header zone-group zone-section keylight-section">
|
||||||
<label>Key Light</label>
|
<label>Key Light</label>
|
||||||
|
@ -1801,15 +1809,6 @@
|
||||||
<input type="text" id="property-zone-skybox-url">
|
<input type="text" id="property-zone-skybox-url">
|
||||||
</div>
|
</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">
|
<div class="section-header web-group web-section">
|
||||||
<label>Web</label><span>M</span>
|
<label>Web</label><span>M</span>
|
||||||
|
|
Loading…
Reference in a new issue