forked from GodotVR/godot-xr-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo_staging.tscn
17 lines (13 loc) · 913 Bytes
/
demo_staging.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gd_scene load_steps=4 format=3 uid="uid://dkr1jkk3jerux"]
[ext_resource type="PackedScene" uid="uid://bnqnnnet4dw12" path="res://addons/godot-xr-tools/staging/staging.tscn" id="1"]
[ext_resource type="Script" path="res://demo_staging.gd" id="2"]
[ext_resource type="Texture2D" uid="uid://ftrrxm7sxndi" path="res://assets/godot/splash.png" id="3_2an2h"]
[node name="DemoStaging" instance=ExtResource("1")]
script = ExtResource("2")
main_scene = "res://scenes/main_menu/main_menu_level.tscn"
[node name="LoadingScreen" parent="." index="2"]
splash_screen = ExtResource("3_2an2h")
[connection signal="scene_exiting" from="." to="." method="_on_Staging_scene_exiting"]
[connection signal="scene_loaded" from="." to="." method="_on_Staging_scene_loaded"]
[connection signal="xr_ended" from="." to="." method="_on_Staging_xr_ended"]
[connection signal="xr_started" from="." to="." method="_on_Staging_xr_started"]