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

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)