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-23 12:55:42 +01:00

View File

@@ -258,6 +258,9 @@ function draw() {
gameOver();
// draw background
background(0, 0, 0, 100);
ffps = frameRate();
shotSpeed = ffps / 4;
playerSpeed = ffps / 14;
if (homescreenOn) {
homescreen();