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
2023-12-06 14:41:40 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -372,7 +372,7 @@ function spawnRandomBullet() {
function homescreen() { function homescreen() {
push() push()
circle(100, 100, 100) square(width/2, height/2, 100)
color(255, 0, 255, 200) color(255, 0, 255, 200)
pop() pop()
} }

View File

@@ -12,7 +12,10 @@ class Startscreen {
draw() { draw() {
push()
circle(100, 100, 100) circle(100, 100, 100)
fill(255, 0, 255)
pop()
} }
update() { update() {