Updated menu font

This commit is contained in:
2025-10-22 23:38:12 +03:00
parent 1eda742fca
commit 6f61be29f1
8 changed files with 88 additions and 963 deletions
+6 -3
View File
@@ -1,6 +1,7 @@
[gd_scene load_steps=5 format=3 uid="uid://bclo2wl8ibrcg"]
[gd_scene load_steps=6 format=3 uid="uid://bclo2wl8ibrcg"]
[ext_resource type="Script" uid="uid://npqs2m5g5bd6" path="res://menu/pause_menu.gd" id="1_inj1j"]
[ext_resource type="Theme" uid="uid://dtnd3tqllufey" path="res://images/menu_button.tres" id="2_vy7sn"]
[sub_resource type="InputEventAction" id="InputEventAction_inj1j"]
action = &"ui_cancel"
@@ -28,13 +29,15 @@ offset_bottom = 166.0
[node name="ContinueButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme = ExtResource("2_vy7sn")
shortcut = SubResource("Shortcut_lgp46")
text = "Continue"
text = "CONTINUE"
[node name="MainMenuButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Main Menu"
theme = ExtResource("2_vy7sn")
text = "MAIN MENU"
[connection signal="pressed" from="VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
[connection signal="pressed" from="VBoxContainer/MainMenuButton" to="." method="_on_main_menu_button_pressed"]