[gd_scene load_steps=3 format=3 uid="uid://j5l33sidadvf"] [ext_resource type="PackedScene" uid="uid://bh5vxp7oki3cr" path="res://Scenes/Terminal/ButtonBlock.tscn" id="1"] [ext_resource type="Script" path="res://Scripts/Menus/MainMenuButtons.cs" id="2"] [node name="MainMenuButtons" instance=ExtResource("1")] anchors_preset = 14 anchor_top = 0.5 anchor_bottom = 0.5 offset_top = -41.5 offset_bottom = 41.5 script = ExtResource("2") [node name="Buttons" parent="." index="0"] offset_top = 4.0 offset_bottom = 79.0 [node name="StartButton" type="Button" parent="Buttons" index="0"] layout_mode = 2 offset_right = 640.0 offset_bottom = 25.0 text = "BUTTON_START_GAME" [node name="CreditsButton" type="Button" parent="Buttons" index="1"] layout_mode = 2 offset_top = 25.0 offset_right = 640.0 offset_bottom = 50.0 text = "BUTTON_CREDITS" [node name="QuitButton" type="Button" parent="Buttons" index="2"] layout_mode = 2 offset_top = 50.0 offset_right = 640.0 offset_bottom = 75.0 text = "BUTTON_QUIT_GAME"