From b7486533ec2beb0a7bd9c9feb63686dbc0db10f4 Mon Sep 17 00:00:00 2001 From: "neroignis@gmail.com" Date: Thu, 30 Dec 2021 08:56:34 +0100 Subject: [PATCH] balancing --- js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 7f47c4f..bb177b2 100644 --- a/js/app.js +++ b/js/app.js @@ -8,8 +8,8 @@ const FishApp = { score: 0, force: 0, pull: false, - pullRate: 2, - dropRate: 3, + pullRate: 2.5, + dropRate: 3.5, intervals: { forceIntervalID: null, fishMovementIntervalID: null