changed canvas size

This commit is contained in:
Mees Roelofsz
2023-11-22 15:19:05 +01:00
parent ac2983da6f
commit bb2121a973

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(800, 600); createCanvas(1200, 1000);
// disable the outline of shapes // disable the outline of shapes
noStroke(); noStroke();