Update updated
This commit is contained in:
@ -3,8 +3,7 @@ function setup() {
|
|||||||
background(0);
|
background(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function draw()
|
function draw() {
|
||||||
{
|
|
||||||
background(0);
|
background(0);
|
||||||
fill(255);
|
fill(255);
|
||||||
ellipse(mouseX, mouseY, 255);
|
ellipse(mouseX, mouseY, 255);
|
||||||
|
|||||||
Reference in New Issue
Block a user