just that minor tweak

This commit is contained in:
gskbladez 2021-08-09 16:49:08 -04:00
parent 5eca344e2e
commit 5ed7380678
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ function tickTransitions(deltaTime)
else
animationHeaderGlowAlpha = 1-((animationHeaderGlowScale-0.5) * 2);
end
animationHeaderGlowAlpha = animationHeaderGlowAlpha*0.3
animationHeaderGlowAlpha = animationHeaderGlowAlpha*0.4
end