blob: f1d318cc2298e52b27a7e6012f6ca469246aed60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[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"
|