[gd_scene format=3 uid="uid://b3dfeupbstcs8"] [ext_resource type="Script" uid="uid://c3l4dvs4hcd5k" path="res://scripts/mainmenu.gd" id="1_5mbse"] [node name="mainmenu" type="CanvasLayer" unique_id=48528055] script = ExtResource("1_5mbse") [node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1844679990] offset_left = 584.0 offset_top = 217.0 offset_right = 687.0 offset_bottom = 345.0 alignment = 1 [node name="Label" type="Label" parent="VBoxContainer" unique_id=2039313375] layout_mode = 2 text = "Working Title" [node name="PlayButton" type="Button" parent="VBoxContainer" unique_id=1536378372] layout_mode = 2 text = "Play" [node name="OptionsButton" type="Button" parent="VBoxContainer" unique_id=1460263213] layout_mode = 2 text = "Options" [node name="QuitButton" type="Button" parent="VBoxContainer" unique_id=1704957427] layout_mode = 2 text = "Quit" [connection signal="pressed" from="VBoxContainer/PlayButton" to="." method="_on_play_button_pressed"] [connection signal="pressed" from="VBoxContainer/OptionsButton" to="." method="_on_options_button_pressed"] [connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_quit_button_pressed"]