Merge branch 'main' of ssh://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-2/cuujooceevii61

This commit is contained in:
Mees Roelofsz
2024-01-09 13:36:36 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -101,7 +101,6 @@ function reset() {
buttonSelectHome = 0;
buttonSelectPause = 0;
submitted = false;
getData()
}
function gameOver() {
@@ -212,6 +211,7 @@ async function keyPressed() {
homescreenOn = true;
reset();
keyReleasedFlag = false;
getData()
return;
}
}