Skip to content

Commit

Permalink
Noise max 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kopiro committed Nov 21, 2023
1 parent b11ab9f commit 27acd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const kInfiniteTrackLength = getCSSVar("--infinite-track-length");
const kFPS = 1000 / 60;
const kAutoMinAdvance = 1;
const kAutoMaxAdvance = 10;
const kXNoiseMax = 1;
const kXNoiseMax = 2;

const kCoopMul = 1;
const kCoopBoost = kCoopMul * kAutoMaxAdvance;
Expand Down

0 comments on commit 27acd2e

Please sign in to comment.