Files
GameJam2023/Video/VideoPlayer.tscn
2023-09-14 19:13:54 -07:00

16 lines
414 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b1tm30iteu5rh"]
[ext_resource type="VideoStream" path="res://Video/ENDINGN CUTSCENE.ogv" id="1_hs1w4"]
[node name="VideoStreamPlayer" type="VideoStreamPlayer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
size_flags_vertical = 4
stream = ExtResource("1_hs1w4")
autoplay = true
expand = true