From 3b1d34e03c0f7c45abeaae62f5dfd1fe0ca8b4c3 Mon Sep 17 00:00:00 2001 From: loglot <88983354+loglot@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:01:30 -0500 Subject: [PATCH] changed "insane" speed --- lib/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib.js b/lib/lib.js index 2a365fb..5814b4d 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -22,7 +22,7 @@ let player = { slowSpeed : 5, mediumSpeed : 10, fastSpeed : 20, - unstableSpeed : 1500, + unstableSpeed : 50000, currentSpeed : 10,