diff --git a/web/game.js b/web/game.js index ccb30c9..1526cb0 100644 --- a/web/game.js +++ b/web/game.js @@ -322,7 +322,7 @@ function spawnRandomBullet() { function homescreen() { push() - circle(100, 100, 100) + square(width/2, height/2, 100) color(255, 0, 255, 200) pop() }