122 lines
2.9 KiB
Plaintext
122 lines
2.9 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://fbgmlglffuoh"]
|
|
|
|
[ext_resource type="Script" path="res://endings/mad.cs" id="1_q3quu"]
|
|
[ext_resource type="AudioStream" uid="uid://dye3nhm41yk6r" path="res://audio/chatter.wav" id="2_brbft"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_idu4g"]
|
|
offsets = PackedFloat32Array(0, 0.995455)
|
|
colors = PackedColorArray(0, 0, 0, 1, 0, 0, 0, 1)
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_4xda4"]
|
|
gradient = SubResource("Gradient_idu4g")
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_mpvba"]
|
|
font_size = 30
|
|
font_color = Color(0.0431373, 0.352941, 0.286275, 1)
|
|
outline_size = 5
|
|
|
|
[node name="Node2D" type="Control" node_paths=PackedStringArray("_lb1", "_lb2", "_lb3", "_lb4", "_lb0", "_tmr")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_q3quu")
|
|
_lb1 = NodePath("Label")
|
|
_lb2 = NodePath("Label2")
|
|
_lb3 = NodePath("Label3")
|
|
_lb4 = NodePath("Label4")
|
|
_lb0 = NodePath("Why")
|
|
_tmr = NodePath("Timer")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 0
|
|
texture = SubResource("GradientTexture1D_4xda4")
|
|
expand_mode = 1
|
|
|
|
[node name="Why" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -11.5
|
|
offset_right = 20.0
|
|
offset_bottom = 11.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "You didn't even try, but maybe it was for the best."
|
|
label_settings = SubResource("LabelSettings_mpvba")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
offset_left = 40.0
|
|
offset_top = 31.0
|
|
offset_right = 342.0
|
|
offset_bottom = 57.0
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
offset_left = -342.0
|
|
offset_top = 28.0
|
|
offset_right = -40.0
|
|
offset_bottom = 54.0
|
|
grow_horizontal = 0
|
|
text = " "
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 39.0
|
|
offset_top = -141.0
|
|
offset_right = 336.0
|
|
offset_bottom = -115.0
|
|
grow_vertical = 0
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Label4" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -258.0
|
|
offset_top = -150.0
|
|
offset_right = -144.0
|
|
offset_bottom = -124.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 2.0
|
|
autostart = true
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_brbft")
|
|
volume_db = -21.256
|
|
pitch_scale = 0.48
|
|
autoplay = true
|