fixed input mapping context issue
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 20s
Create tag and build when new code gets to main / Export (push) Successful in 6m5s

This commit is contained in:
2025-12-10 17:10:41 +01:00
parent 7d31d17034
commit 7c4e541446
5 changed files with 6 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ var credits_scene
var sub_menu
func load_game_scene() -> void:
GUIDE.disable_mapping_context(menu_context)
SceneLoader.load_scene(game_scene_path)
func new_game() -> void: