blob: 95700a02d64d205fd2f8dc1ed0da76875d0923ac (
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
105
106
107
108
109
|
[gd_scene load_steps=13 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"]
[ext_resource type="StyleBox" uid="uid://krfa04v10vwc" path="res://scenes/GUI/button.tres" id="3_kebck"]
[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
theme_override_styles/normal = ExtResource("3_kebck")
shortcut = SubResource("Shortcut_b4h60")
shortcut_feedback = false
text = "[N] Novo jogo"
[node name="continue" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("3_kebck")
shortcut = SubResource("Shortcut_1ei6q")
shortcut_feedback = false
text = "[C] Continuar"
[node name="leaderboard" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("3_kebck")
shortcut = SubResource("Shortcut_kebck")
text = "[P] Placar"
[node name="quit" type="Button" parent="VBoxContainer/CenterContainer/VBoxContainer"]
layout_mode = 2
theme_override_styles/normal = ExtResource("3_kebck")
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."
|