[gd_scene load_steps=3 format=3 uid="uid://j5l33sidadvf"] [ext_resource type="PackedScene" 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 = 15 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("2") [node name="Buttons" parent="." index="0"] layout_mode = 2 offset_left = 0.0 offset_right = 1152.0 offset_bottom = 648.0 [node name="StartButton" type="Button" parent="Buttons" index="0"] layout_mode = 2 offset_top = 282.0 offset_right = 1152.0 offset_bottom = 307.0 text = "BUTTON_START_GAME" [node name="CreditsButton" type="Button" parent="Buttons" index="1"] layout_mode = 2 offset_top = 311.0 offset_right = 1152.0 offset_bottom = 336.0 text = "BUTTON_CREDITS" [node name="QuitButton" type="Button" parent="Buttons" index="2"] layout_mode = 2 offset_top = 340.0 offset_right = 1152.0 offset_bottom = 365.0 text = "BUTTON_QUIT_GAME"