2025-01-29 13:33:31 -05:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://clc5dre31iskm"]
|
|
|
|
|
2025-03-18 18:31:42 -04:00
|
|
|
[ext_resource type="Script" uid="uid://bbm5vedpwm34" path="res://addons/godot-xr-tools/xr/start_xr.gd" id="1_ljt1b"]
|
2025-01-29 13:33:31 -05:00
|
|
|
|
|
|
|
[node name="StartXR" type="Node"]
|
|
|
|
script = ExtResource("1_ljt1b")
|
|
|
|
|
|
|
|
[node name="EnterWebXR" type="CanvasLayer" parent="."]
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="EnterVRButton" type="Button" parent="EnterWebXR"]
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -132.0
|
|
|
|
offset_top = -52.5
|
|
|
|
offset_right = 132.0
|
|
|
|
offset_bottom = 52.5
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
text = "Enter VR"
|
|
|
|
|
|
|
|
[connection signal="pressed" from="EnterWebXR/EnterVRButton" to="." method="_on_enter_webxr_button_pressed"]
|