35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://tbljfkvfepnk"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://bbpq1jfihi2d8" path="res://GFX/menu/startup_Undertow.ogg" id="1_35gww"]
|
|
[ext_resource type="Script" path="res://src/IntroVideo.gd" id="1_w78gt"]
|
|
|
|
[sub_resource type="FFmpegVideoStream" id="FFmpegVideoStream_3ewf1"]
|
|
file = "res://GFX/menu/startup_Undertow.avi"
|
|
|
|
[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 = SubResource("FFmpegVideoStream_3ewf1")
|
|
expand = true
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("1_35gww")
|
|
|
|
[connection signal="finished" from="AspectRatioContainer/VideoStreamPlayer" to="." method="_on_video_stream_player_finished"]
|