mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2024-11-10 02:40:25 +01:00
Merge branch 'main' into update-openvr
This commit is contained in:
commit
1d6502673a
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://addons/openvr_overlay/overlay_instance.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/godot-openvr/OpenVROverlay.gdns" type="Script" id=3]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id=1]
|
||||
|
||||
[node name="OverlayInstance" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
|
@ -19,5 +21,6 @@ overlay_width_in_meters = 0.4
|
|||
[node name="PanelContainer" type="PanelContainer" parent="OverlayViewport"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_styles/panel = SubResource( 1 )
|
||||
|
||||
[node name="Offset" type="Spatial" parent="."]
|
||||
|
|
Loading…
Reference in a new issue