mirror of
https://github.com/CrispyPin/ovr-utils.git
synced 2025-04-11 15:03:58 +02:00
26 lines
766 B
Text
26 lines
766 B
Text
[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 )
|
|
|
|
[node name="OverlayViewport" type="Viewport" parent="."]
|
|
size = Vector2( 100, 100 )
|
|
transparent_bg = true
|
|
handle_input_locally = false
|
|
msaa = 3
|
|
hdr = false
|
|
render_target_update_mode = 3
|
|
script = ExtResource( 3 )
|
|
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="."]
|