Fix scene path in village_3.tres and update level_scenes in game_manager.tscn; clean up whitespace in settings_menu.gd

This commit is contained in:
2025-05-25 18:16:17 +02:00
parent 7737c56e76
commit 7c0778702d
7 changed files with 119 additions and 55 deletions

View File

@@ -26,6 +26,7 @@ func pop_screen() -> void:
top.hide()
top.set_process_input(false)
screen_popped.emit(top)
top.accept_event()
if not ui_stack.is_empty():
ui_stack.back().grab_focus()