@@ -4,7 +4,7 @@ var randomY = 0
|
||||
var mouseIndex = 0
|
||||
|
||||
function setup() {
|
||||
createCanvas(500, 500);
|
||||
createCanvas(windowWidth, windowHeight);
|
||||
background(255, 255, 255)
|
||||
noFill();
|
||||
for (i = 0; i < 30; i++) {
|
||||
|
||||
Reference in New Issue
Block a user