mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-23 23:01:22 +00:00
add "light" to mouse pos
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user