29 lines
936 B
Text
29 lines
936 B
Text
[gd_scene load_steps=3 format=3 uid="uid://tbljfkvfepnk"]
|
|
|
|
[ext_resource type="Script" uid="uid://m6h4pxxvxflp" path="res://src/IntroVideo.gd" id="1_w78gt"]
|
|
[ext_resource type="VideoStream" uid="uid://m8ak8cb4x5m5" path="res://videos/startup_Undertow.ogv" id="2_lk0ge"]
|
|
|
|
[node name="IntroVideo" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_w78gt")
|
|
|
|
[node name="AspectRatioContainer" type="AspectRatioContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
ratio = 1.7778
|
|
|
|
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="AspectRatioContainer"]
|
|
layout_mode = 2
|
|
stream = ExtResource("2_lk0ge")
|
|
expand = true
|
|
|
|
[connection signal="finished" from="AspectRatioContainer/VideoStreamPlayer" to="." method="_on_video_stream_player_finished"]
|