1 [gd_scene load_steps=3 format=3 uid="uid://4137e77qcp8n"]
3 [ext_resource type="Script" path="res://victory_screen.gd" id="1_fj101"]
5 [sub_resource type="LabelSettings" id="LabelSettings_to6tr"]
7 font_color = Color(0.885467, 0.881632, 0, 1)
9 outline_color = Color(0.133196, 0.133196, 0.133196, 1)
11 [node name="victory-screen" type="Node2D"]
12 script = ExtResource("1_fj101")
14 [node name="CenterContainer" type="CenterContainer" parent="."]
16 offset_bottom = 1624.0
18 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
21 [node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
24 label_settings = SubResource("LabelSettings_to6tr")
25 horizontal_alignment = 1
27 [node name="Button" type="Button" parent="CenterContainer/VBoxContainer"]
29 text = "restart the fun"
31 [connection signal="pressed" from="CenterContainer/VBoxContainer/Button" to="." method="_on_button_pressed"]