blob: 6b8a6dc95a08601c58f36c15ad7346b68dc67a09 (
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
|
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Scenes/Terminal/ButtonBlock.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scripts/Menus/MainMenuButtons.cs" type="Script" id=2]
[node name="MainMenuButtons" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="StartButton" type="Button" parent="Buttons" index="0"]
offset_top = 262.0
offset_right = 400.0
offset_bottom = 287.0
text = "BUTTON_START_GAME"
[node name="CreditsButton" type="Button" parent="Buttons" index="1"]
offset_top = 287.0
offset_right = 400.0
offset_bottom = 312.0
text = "BUTTON_CREDITS"
[node name="QuitButton" type="Button" parent="Buttons" index="2"]
offset_top = 312.0
offset_right = 400.0
offset_bottom = 337.0
text = "BUTTON_QUIT_GAME"
|