Skip to content

Commit

Permalink
Update astroFollowFn.js
Browse files Browse the repository at this point in the history
Increased the track speed from 0.5 to 1
  • Loading branch information
hizaidii authored Feb 14, 2024
1 parent 6252094 commit 6e6903d
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.5;
var speed = 1;
var accelMod = 2;

function movement() {
Expand Down

0 comments on commit 6e6903d

Please sign in to comment.