[gd_scene load_steps=3 format=3 uid="uid://i00y2od8jbb6"] [ext_resource type="Script" uid="uid://c5b25cxrh0qls" path="res://main_menu.gd" id="1_dcg3s"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_l1xq8"] [node name="Control" type="Control"] material = SubResource("ShaderMaterial_l1xq8") layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_dcg3s") [node name="VBoxContainer2" 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 = -78.5 offset_top = -87.5 offset_right = 78.5 offset_bottom = 87.5 grow_horizontal = 2 grow_vertical = 2 [node name="Label" type="Label" parent="VBoxContainer2"] layout_mode = 2 text = "Ethics are Expensive " vertical_alignment = 1 [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer2"] layout_mode = 2 size_flags_horizontal = 4 [node name="startBtn" type="Button" parent="VBoxContainer2/VBoxContainer"] layout_mode = 2 text = "Start" [node name="aboutBtn" type="Button" parent="VBoxContainer2/VBoxContainer"] layout_mode = 2 text = "About" [node name="quitBtn" type="Button" parent="VBoxContainer2/VBoxContainer"] layout_mode = 2 text = "Quit" [connection signal="pressed" from="VBoxContainer2/VBoxContainer/startBtn" to="." method="_on_start_btn_pressed"] [connection signal="pressed" from="VBoxContainer2/VBoxContainer/aboutBtn" to="." method="_on_about_btn_pressed"] [connection signal="pressed" from="VBoxContainer2/VBoxContainer/quitBtn" to="." method="_on_quit_btn_pressed"]