summaryrefslogtreecommitdiff
path: root/Scenes/Menus/MainMenuButtons.tscn
blob: e2652b486b0baa7f11b7690de590e8eda1917c26 (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
37
38
39
40
41
42
[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 = 14
anchor_top = 0.5
anchor_bottom = 0.5
offset_top = -41.5
offset_bottom = 41.5
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 400
theme_override_constants/margin_right = 400
script = ExtResource("2")

[node name="Buttons" parent="." index="0"]
layout_mode = 2
offset_left = 400.0
offset_right = 752.0
offset_bottom = 83.0

[node name="StartButton" type="Button" parent="Buttons" index="0"]
layout_mode = 2
offset_right = 352.0
offset_bottom = 25.0
text = "BUTTON_START_GAME"

[node name="CreditsButton" type="Button" parent="Buttons" index="1"]
layout_mode = 2
offset_top = 29.0
offset_right = 352.0
offset_bottom = 54.0
text = "BUTTON_CREDITS"

[node name="QuitButton" type="Button" parent="Buttons" index="2"]
layout_mode = 2
offset_top = 58.0
offset_right = 352.0
offset_bottom = 83.0
text = "BUTTON_QUIT_GAME"