changed size of screen

This commit is contained in:
Mees Roelofsz
2023-11-24 09:57:11 +01:00
parent 1b94275ad1
commit f9d04567e3

View File

@@ -2,7 +2,7 @@
// the function setup() is called once when the page is loaded // the function setup() is called once when the page is loaded
function setup(){ function setup(){
// create a canvas element and append it to the body // create a canvas element and append it to the body
createCanvas(1200, 1000); createCanvas(1250, 600);
// disable the outline of shapes // disable the outline of shapes
noStroke(); noStroke();