void setup(){
size(200,200);
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
}
void draw(){
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
rect(mouseX, mouseY, 50,50);
}
void setup(){
size(200,200);
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
}
void draw(){
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
rect(mouseX, mouseY, 50,50);
}
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.