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:
@@ -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()
|
||||||
}
|
}
|
||||||
|
@@ -12,7 +12,10 @@ class Startscreen {
|
|||||||
|
|
||||||
|
|
||||||
draw() {
|
draw() {
|
||||||
|
push()
|
||||||
circle(100, 100, 100)
|
circle(100, 100, 100)
|
||||||
|
fill(255, 0, 255)
|
||||||
|
pop()
|
||||||
}
|
}
|
||||||
|
|
||||||
update() {
|
update() {
|
||||||
|
Reference in New Issue
Block a user