[gd_scene load_steps=5 format=2] [ext_resource path="res://scenes/FinalMenu.gd" type="Script" id=1] [ext_resource path="res://fonts/Montserrat-ExtraBold.otf" type="DynamicFontData" id=2] [ext_resource path="res://fonts/montserrat_eb_32.tres" type="DynamicFont" id=3] [sub_resource type="DynamicFont" id=1] size = 48 font_data = ExtResource( 2 ) [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 = 329.0 margin_top = 223.0 margin_right = 695.0 margin_bottom = 377.0 [node name="Title" type="Label" parent="CenterContainer/Column"] margin_right = 366.0 margin_bottom = 60.0 custom_fonts/font = SubResource( 1 ) text = "Success!" align = 1 [node name="Label" type="Label" parent="CenterContainer/Column"] margin_top = 64.0 margin_right = 366.0 margin_bottom = 104.0 custom_fonts/font = ExtResource( 3 ) text = "You finished Level 01." [node name="Row" type="HBoxContainer" parent="CenterContainer/Column"] margin_top = 108.0 margin_right = 366.0 margin_bottom = 154.0 [node name="TryAgain" type="Button" parent="CenterContainer/Column/Row"] margin_right = 181.0 margin_bottom = 46.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 3 ) text = "Try again" [node name="Exit" type="Button" parent="CenterContainer/Column/Row"] margin_left = 185.0 margin_right = 366.0 margin_bottom = 46.0 size_flags_horizontal = 3 custom_fonts/font = ExtResource( 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"]