Skip to content

Commit

Permalink
Update astroFollowFn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hizaidii authored Feb 14, 2024
1 parent 6e6903d commit 40e34c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/astroFollowFn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ var droidY = window.innerHeight - 100;
// Variables to keep track of mouse position and speed
var mouseX = 0;
var mouseY = 0;
var speed = 1;
var accelMod = 2;
var speed = 0.7;
var accelMod = 1.5;

function movement() {
// Calculate distance between mouse and current position
Expand Down

0 comments on commit 40e34c3

Please sign in to comment.