From 839052ebc8a4d447e85ab4882aed913a1e38579c Mon Sep 17 00:00:00 2001 From: Zoltan Timar Date: Thu, 30 Apr 2026 23:13:56 +0200 Subject: [PATCH] making button mash easier --- inc/window/window.minigame.mash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/window/window.minigame.mash.lua b/inc/window/window.minigame.mash.lua index 7213b59..980c881 100644 --- a/inc/window/window.minigame.mash.lua +++ b/inc/window/window.minigame.mash.lua @@ -36,7 +36,7 @@ function MinigameButtonMashWindow.init_context() target_points = 100, fill_per_press = 8, base_degradation = 0.15, - degradation_multiplier = 0.006, + degradation_multiplier = 0.003, button_pressed_timer = 0, button_press_duration = 8, instruction_text = "MASH Z!",