Added keyboard control to main menu. Reworked logic

This commit is contained in:
2025-10-19 19:15:03 +03:00
parent 83b14d31cd
commit e09303f1b8
12 changed files with 349 additions and 84 deletions
+4
View File
@@ -3,5 +3,9 @@ extends Node
signal show_main_menu
func _ready() -> void:
$%MainMenuButton.grab_focus()
func _on_main_menu_button_pressed() -> void:
show_main_menu.emit()