From 5ed7380678a509adb9cb52f3b2c17901d173ff44 Mon Sep 17 00:00:00 2001 From: gskbladez Date: Mon, 9 Aug 2021 16:49:08 -0400 Subject: [PATCH] just that minor tweak --- scripts/songselect/songwheel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index 12ee102..6e49253 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -532,7 +532,7 @@ function tickTransitions(deltaTime) else animationHeaderGlowAlpha = 1-((animationHeaderGlowScale-0.5) * 2); end - animationHeaderGlowAlpha = animationHeaderGlowAlpha*0.3 + animationHeaderGlowAlpha = animationHeaderGlowAlpha*0.4 end