fix: clear gameEnded flag on new game start so MainMenu dismisses
This commit is contained in:
@@ -51,6 +51,7 @@ async function init() {
|
||||
|
||||
function handleStart() {
|
||||
started.value = true
|
||||
store.setGameEnded(false)
|
||||
applyQteParams()
|
||||
start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user