Skip to content
Snippets Groups Projects
Verified Commit 51c359d7 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Adjust dot push multiplier

parent 476d9090
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ const DOT_OUTLINE_COLOUR = "#444";
const LINE_COLOUR = "#777";
const VELOCITY_SLOWDOWN_MULTIPLIER = 0.998;
const VELOCITY_PUSH_MULTIPLIER = 1.8;
const VELOCITY_PUSH_MULTIPLIER = 1.2;
const SHOW_VELOCITIES = true;
const SHOW_VELOCITIES = false;
// ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment