GodotGameWorkshop/Scenes/final_death_cutscene.tscn

22 lines
583 B
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=2 format=3 uid="uid://dofx2pgo5xgla"]
[ext_resource type="VideoStream" uid="uid://b41725daretoj" path="res://Assets/Cut Scenes/Game over video.ogv" id="1_h6d1g"]
[node name="FinalDeathCutscene" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 960.0
offset_bottom = 540.0
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(0.34, 0.34)
stream = ExtResource("1_h6d1g")
autoplay = true
expand = true