From 5cf3ae0160ca4869db1bdc3561b487513dd9af23 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 6 Dec 2023 13:28:37 +0100 Subject: [PATCH] changed shape --- web/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }