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-19 12:31:38 +01:00
3 changed files with 30 additions and 0 deletions

View File

@@ -343,6 +343,10 @@ function draw() {
nameDraw(2);
}
}
if (!hasMoved && !isDead && !homescreenOn && !pausescreenOn && !scorescreenOn) {
dodgeBanner();
}
}
async function randPatern() {
patern = random(paternArray);