summaryrefslogtreecommitdiff
path: root/scenes/GUI/main_menu.tscn
diff options
context:
space:
mode:
authorGustavoeklund01 <eklundgu@gmail.com>2025-11-10 17:25:59 -0300
committerGustavoeklund01 <eklundgu@gmail.com>2025-11-10 17:25:59 -0300
commit1a042d7303081e8bc72e9e3c341db3e528c8d998 (patch)
treecb56eafbd73ab8c7f8ba231fd512ae246b4dd64b /scenes/GUI/main_menu.tscn
parentde99779d19b77d174c561cb3795538412f53bcbc (diff)
parentf46d058571d453ccf7ddf884ccb5d8694f970d7c (diff)
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/projeto-fantasiaHEADmaster
Diffstat (limited to 'scenes/GUI/main_menu.tscn')
-rw-r--r--scenes/GUI/main_menu.tscn20
1 files changed, 19 insertions, 1 deletions
diff --git a/scenes/GUI/main_menu.tscn b/scenes/GUI/main_menu.tscn
index 2794830..95700a0 100644
--- a/scenes/GUI/main_menu.tscn
+++ b/scenes/GUI/main_menu.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=10 format=3 uid="uid://cppjdsdfkkxtm"]
+[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
@@ -22,6 +23,14 @@ 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
@@ -71,18 +80,27 @@ 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"