Skip to content

Commit

Permalink
slow down bg
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBloX committed Feb 3, 2024
1 parent 5625ecc commit 0d5812e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// From https://codepen.io/tahazsh/pen/gOqNZyw

const MIN_SPEED = 1.5;
const MAX_SPEED = 3.2;
const MIN_SPEED = 0.5;
const MAX_SPEED = 0.7;

function randomNumber(min, max) {
return Math.random() * (max - min) + min;
Expand Down

0 comments on commit 0d5812e

Please sign in to comment.