Category: Uncategorized
test
function setup() {
createCanvas(300, 300);
}
function draw() {
background(220, 189, 90);
ellipse(150, 150, 100, 70);
}
project1 test
function setup() {
createCanvas(300, 300);
}
function draw() {
background(220, 275, 90);
ellipse(175, 100, 200, 90);
}
project1 test
function setup() {
createCanvas(300, 300);
}
function draw() {
background(220, 189, 90);
ellipse(150, 150, 100, 70);
}
project1 test
function setup() {
createCanvas(300, 300);
}
function draw() {
background(220, 189, 90);
ellipse(150, 150, 100, 70);
}
project1 test
function setup() {
createCanvas(100, 100);
}
function draw() {
background(220);
ellipse(150,150,100,70);
}