blob: 9759861af9e7cbc76a6df158ec12a5b2e2cf1296 (
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
|
[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"
|