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() {
|
function handleStart() {
|
||||||
started.value = true
|
started.value = true
|
||||||
|
store.setGameEnded(false)
|
||||||
applyQteParams()
|
applyQteParams()
|
||||||
start()
|
start()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user