1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +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); force.setMag(strength);
this.applyForce(force); this.applyForce(force);
// noStroke(); noStroke();
// fill("lightgreen"); fill(100, 100, 50, 100);
// ellipse(mouseX, mouseY, 30); ellipse(mouseX, mouseY, 30);
} }
} }