changed shape

This commit is contained in:
sam
2023-12-06 13:28:37 +01:00
parent 0d3fcc318c
commit 5cf3ae0160

View File

@@ -322,7 +322,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()
} }