trying simpler self made menus to fix selection and focus issues on build
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 13s
Create tag and build when new code gets to main / Export (push) Successful in 7m49s

This commit is contained in:
2025-10-27 09:32:58 +01:00
parent 919236a388
commit 4e756da1ba
6 changed files with 44 additions and 1 deletions

4
systems/ui/grab_focus.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Control
func _ready() -> void:
grab_focus()

View File

@@ -0,0 +1 @@
uid://brrt2uj47cmld

View File

@@ -0,0 +1,6 @@
extends Control
@export_file("*.tscn") var game_scene_path : String
func on_new_game() -> void:
SceneLoader.load_scene(game_scene_path)

View File

@@ -0,0 +1 @@
uid://ckywnolvqy6w1