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 40e34c3 commit bc66952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/astroFollowFn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var droidY = window.innerHeight - 100;
// Variables to keep track of mouse position and speed
var mouseX = 0;
var mouseY = 0;
var speed = 0.7;
var speed = 0.6;
var accelMod = 1.5;

function movement() {
Expand Down

0 comments on commit bc66952

Please sign in to comment.