This commit is contained in:
2024-05-13 14:06:46 +02:00
commit 1fe15a95e0
6 changed files with 48 additions and 0 deletions

7
sketch.js Normal file
View File

@ -0,0 +1,7 @@
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}