summaryrefslogtreecommitdiff
path: root/scenes/GUI/main_menu.tscn
blob: f2ed0ae9e686e84a5633c2b15ead9e6434eaf1ae (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[gd_scene load_steps=12 format=3 uid="uid://cppjdsdfkkxtm"]

[ext_resource type="Script" uid="uid://dx0fxht2oadb6" path="res://scripts/GUI/MainMenu.cs" id="1_b4h60"]
[ext_resource type="Texture2D" uid="uid://bxjwbucke02gl" path="res://assets/bg.png" id="1_tbt31"]

[sub_resource type="LabelSettings" id="LabelSettings_b4h60"]
font_size = 32

[sub_resource type="InputEventKey" id="InputEventKey_tbt31"]
device = -1
keycode = 78
unicode = 110

[sub_resource type="Shortcut" id="Shortcut_b4h60"]
events = [SubResource("InputEventKey_tbt31")]

[sub_resource type="InputEventKey" id="InputEventKey_kebck"]
device = -1
keycode = 67
unicode = 99

[sub_resource type="Shortcut" id="Shortcut_1ei6q"]
events = [SubResource("InputEventKey_kebck")]

[sub_resource type="InputEventKey" id="InputEventKey_b4h60"]
device = -1
keycode = 80
unicode = 112

[sub_resource type="Shortcut" id="Shortcut_kebck"]
events = [SubResource("InputEventKey_b4h60")]

[sub_resource type="InputEventKey" id="InputEventKey_xm7ak"]
device = -1
keycode = 83
unicode = 115

[sub_resource type="Shortcut" id="Shortcut_h03jd"]
events = [SubResource("InputEventKey_xm7ak")]

[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_b4h60")

[node name="Background" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_tbt31")
stretch_mode = 6

[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2

[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3

[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/CenterContainer"]
layout_mode = 2

[node name="Label" type="Label" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
text = "The Legend of Gustav"
label_settings = SubResource("LabelSettings_b4h60")

[node name="neogame" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
shortcut = SubResource("Shortcut_b4h60")
shortcut_feedback = false
text = "[N] Novo jogo"

[node name="continue" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
shortcut = SubResource("Shortcut_1ei6q")
shortcut_feedback = false
text = "[C] Continuar"

[node name="leaderboard" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
shortcut = SubResource("Shortcut_kebck")
text = "[P] Placar"

[node name="quit" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
shortcut = SubResource("Shortcut_h03jd")
text = "[S] Sair"

[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Não temo a morte, temo o tempo."