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

Adjust radius and distance

parent 49431b6e
Branches
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ const FPS = 60;
const DOTS_NUM_VALUES = [100, 75];
const VELOCITY_MAX_VALUES = [25, 15];
const RADIUS_MIN_VALUES = [1, 0.5];
const RADIUS_MAX_VALUES = [4, 2];
const LINE_DISTANCE_MAX_VALUES = [150, 65];
const RADIUS_MIN_VALUES = [2, 0.5];
const RADIUS_MAX_VALUES = [6, 2];
const LINE_DISTANCE_MAX_VALUES = [120, 55];
const LINE_WIDTH_VALUES = [0.2, 0.08];
const DOT_PUSH_DISTANCE_VALUES = [25, 20];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment