diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-10 12:56:00 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-10 12:56:00 -0300 |
| commit | 0f3c49b7743f7c7fabf41fdf4cb3ffe1a4ac3bf4 (patch) | |
| tree | df940efb7502899441295acd5039311b9e6e4927 /scenes/GUI/main_menu.tscn | |
| parent | c4f5404211ef654944d5615e9055c714441f8234 (diff) | |
Placar.
Diffstat (limited to 'scenes/GUI/main_menu.tscn')
| -rw-r--r-- | scenes/GUI/main_menu.tscn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/scenes/GUI/main_menu.tscn b/scenes/GUI/main_menu.tscn index 2794830..f2ed0ae 100644 --- a/scenes/GUI/main_menu.tscn +++ b/scenes/GUI/main_menu.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=3 uid="uid://cppjdsdfkkxtm"] +[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"] @@ -22,6 +22,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 @@ -81,6 +89,11 @@ 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") |
