refact
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-22 18:15:24 +01:00
parent d9febf16e0
commit 83e2000198
10 changed files with 166 additions and 104 deletions

View File

@@ -48,6 +48,8 @@ local initialized_game = false
local function init_game()
if initialized_game then return end
reset_context_to_initial_state() -- Call it here
MenuWindow.refresh_menu_items()
initialized_game = true
end