|
|
|
@@ -89,17 +89,17 @@ |
|
|
|
<div class="options-row"> |
|
|
|
<button class="options-button" id="options-world-fit">Fit to entities</button> |
|
|
|
</div> |
|
|
|
<div class="options-row"> |
|
|
|
<label class="switch"> |
|
|
|
<input type="checkbox" id="options-world-autofit"> |
|
|
|
<span class="switch-label">Auto-size world</span> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
<div class="options-row"> |
|
|
|
<input type="checkbox" id="options-show-extra"> |
|
|
|
<label for="options-show-extra">Show extra options</label> |
|
|
|
</div> |
|
|
|
<div class="options-block options-block-optional"> |
|
|
|
<div class="options-row"> |
|
|
|
<label class="switch"> |
|
|
|
<input type="checkbox" id="options-world-autofit"> |
|
|
|
<span class="switch-label">Auto-size world</span> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
<div class="options-row"> |
|
|
|
<input type="checkbox" id="options-world-show-names"> |
|
|
|
<label for="options-world-show-names">Names over entities</label> |
|
|
|
|