1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 01:16:39 +00:00

add "light" to mouse pos

This commit is contained in:
Anson Biggs 2022-05-14 18:40:34 -07:00
parent ff5fc628dd
commit 5ee8400328

View File

@ -25,9 +25,9 @@ class Mover {
force.setMag(strength);
this.applyForce(force);
// noStroke();
// fill("lightgreen");
// ellipse(mouseX, mouseY, 30);
noStroke();
fill(100, 100, 50, 100);
ellipse(mouseX, mouseY, 30);
}
}