From f9d04567e33b08032720592bf893ebc97e7aaa02 Mon Sep 17 00:00:00 2001 From: Mees Roelofsz Date: Fri, 24 Nov 2023 09:57:11 +0100 Subject: [PATCH] changed size of screen --- web/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/game.js b/web/game.js index f0692ee..b33f57c 100644 --- a/web/game.js +++ b/web/game.js @@ -2,7 +2,7 @@ // the function setup() is called once when the page is loaded function setup(){ // create a canvas element and append it to the body - createCanvas(1200, 1000); + createCanvas(1250, 600); // disable the outline of shapes noStroke();