refact by claude
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Zsolt Tasnadi
2026-02-23 10:22:41 +01:00
parent 272a54ea87
commit 39e06d1d09
8 changed files with 31 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ end
--- Updates the game window logic.
function GameWindow.update()
if Input.menu_back() then
Context.current_window = "menu"
Window.set_current("menu")
MenuWindow.refresh_menu_items()
return
end