34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://g4o623t4jj2n"]
|
|
|
|
[ext_resource type="Script" path="res://reset_game.gd" id="1_ajhu8"]
|
|
[ext_resource type="Script" path="res://ui/scale_ui.gd" id="1_fapu3"]
|
|
[ext_resource type="VideoStream" path="res://primitives/credits.ogv" id="2_ph3xj"]
|
|
[ext_resource type="Script" path="res://levels/credits_end.gd" id="4_k2nm1"]
|
|
[ext_resource type="Texture2D" uid="uid://qae0capx1aem" path="res://primitives/hold_ending.png" id="5_hk401"]
|
|
|
|
[node name="Credits" type="Node2D"]
|
|
script = ExtResource("1_ajhu8")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
layer = -2
|
|
script = ExtResource("1_fapu3")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
|
|
offset_right = 10314.0
|
|
offset_bottom = 7455.0
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="CanvasLayer" node_paths=PackedStringArray("end")]
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
stream = ExtResource("2_ph3xj")
|
|
script = ExtResource("4_k2nm1")
|
|
end = NodePath("../TextureRect")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
|
|
visible = false
|
|
offset_right = 1920.0
|
|
offset_bottom = 1080.0
|
|
scale = Vector2(0.667, 0.667)
|
|
texture = ExtResource("5_hk401")
|