sam
2023-11-24 10:21:12 +01:00
4 changed files with 5 additions and 2 deletions

View File

@@ -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();