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:
parent
ff5fc628dd
commit
5ee8400328
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user