[gd_scene load_steps=3 format=3 uid="uid://bnug1ybm5mlyd"] [ext_resource type="Script" path="res://screens/main_menu.gd" id="1_6qk7l"] [ext_resource type="PackedScene" uid="uid://bq2tsg7ic7l6h" path="res://assets/scenes/logo.tscn" id="2_tr1i0"] [node name="MainMenu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_6qk7l") [node name="Logo" parent="." instance=ExtResource("2_tr1i0")] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -404.0 offset_top = 83.0 offset_right = 405.0 offset_bottom = 166.0 grow_horizontal = 2 [node name="Buttons" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -100.0 offset_top = -90.0 offset_right = 100.0 offset_bottom = 90.0 grow_horizontal = 2 grow_vertical = 2 [node name="NewGame" type="Button" parent="Buttons"] layout_mode = 2 theme_override_font_sizes/font_size = 23 text = "NEW GAME" [node name="Leaderboard" type="Button" parent="Buttons"] layout_mode = 2 disabled = true text = "LEADERBOARD" [node name="Settings" type="Button" parent="Buttons"] layout_mode = 2 text = "SETTINGS" [node name="Credits" type="Button" parent="Buttons"] layout_mode = 2 text = "CREDITS" [node name="Quit" type="Button" parent="Buttons"] layout_mode = 2 text = "QUIT" [connection signal="pressed" from="Buttons/NewGame" to="." method="_on_new_game_pressed"] [connection signal="pressed" from="Buttons/Settings" to="." method="_on_settings_pressed"] [connection signal="pressed" from="Buttons/Quit" to="." method="_on_quit_pressed"]