[gd_scene load_steps=3 format=3 uid="uid://4137e77qcp8n"] [ext_resource type="Script" path="res://victory_screen.gd" id="1_fj101"] [sub_resource type="LabelSettings" id="LabelSettings_to6tr"] font_size = 72 font_color = Color(0.885467, 0.881632, 0, 1) outline_size = 20 outline_color = Color(0.133196, 0.133196, 0.133196, 1) [node name="victory-screen" type="Node2D"] script = ExtResource("1_fj101") [node name="CenterContainer" type="CenterContainer" parent="."] offset_right = 2880.0 offset_bottom = 1624.0 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] layout_mode = 2 [node name="Label" type="Label" parent="CenterContainer/VBoxContainer"] layout_mode = 2 text = "big win" label_settings = SubResource("LabelSettings_to6tr") horizontal_alignment = 1 [node name="Button" type="Button" parent="CenterContainer/VBoxContainer"] layout_mode = 2 text = "restart the fun" [connection signal="pressed" from="CenterContainer/VBoxContainer/Button" to="." method="_on_button_pressed"]