[gd_scene load_steps=2 format=2] [ext_resource path="res://scenes/FinalMenu.gd" type="Script" id=1] [node name="FinalMenu" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) [node name="CenterContainer" type="CenterContainer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 [node name="Column" type="VBoxContainer" parent="CenterContainer"] margin_left = 449.0 margin_top = 272.0 margin_right = 575.0 margin_bottom = 328.0 [node name="Title" type="Label" parent="CenterContainer/Column"] margin_right = 126.0 margin_bottom = 14.0 text = "Success!" align = 1 [node name="Time" type="Label" parent="CenterContainer/Column"] margin_top = 18.0 margin_right = 126.0 margin_bottom = 32.0 text = "Your time was XXXX" align = 1 [node name="Row" type="HBoxContainer" parent="CenterContainer/Column"] margin_top = 36.0 margin_right = 126.0 margin_bottom = 56.0 [node name="TryAgain" type="Button" parent="CenterContainer/Column/Row"] margin_right = 70.0 margin_bottom = 20.0 size_flags_horizontal = 3 text = "Try Again" [node name="Exit" type="Button" parent="CenterContainer/Column/Row"] margin_left = 74.0 margin_right = 126.0 margin_bottom = 20.0 size_flags_horizontal = 3 text = "Exit" [connection signal="pressed" from="CenterContainer/Column/Row/TryAgain" to="." method="_on_TryAgain_pressed"] [connection signal="pressed" from="CenterContainer/Column/Row/Exit" to="." method="_on_Exit_pressed"]