fix vr controllers interfering with screen drawing

This commit is contained in:
2020-11-07 23:03:03 +01:00
parent 5394cbf8c3
commit ce6805f261
6 changed files with 36 additions and 5 deletions

View File

@@ -272,6 +272,10 @@
<checkbox id="tools-vr-check" width="20" height="20"/>
<text text="Enable VR" margin="0 0 0 5"/>
</button-custom>
<button-custom id="tools-vr-controllers" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<checkbox id="tools-vr-controllers-check" width="20" height="20"/>
<text text="Enable VR Controllers" margin="0 0 0 5"/>
</button-custom>
<button-custom id="tools-timelapse" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<checkbox id="tools-timelapse-check" width="20" height="20"/>
<text text="Auto Timelapse" margin="0 0 0 5"/>