Update updated
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
function setup() {
|
||||
createCanvas(900, 600);
|
||||
background(0);
|
||||
createCanvas(900, 600);
|
||||
background(0);
|
||||
}
|
||||
|
||||
function draw()
|
||||
{
|
||||
background(0);
|
||||
fill(255);
|
||||
ellipse(mouseX, mouseY, 255);
|
||||
function draw() {
|
||||
background(0);
|
||||
fill(255);
|
||||
ellipse(mouseX, mouseY, 255);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user