1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 07:09:53 +08:00

Make column lights not increase in brightness when successfully pressed

This commit is contained in:
smoogipooo
2017-09-07 16:15:25 +09:00
Unverified
parent 70e3ac30db
commit ef9b87e8c7
+1 -1
View File
@@ -198,7 +198,7 @@ namespace osu.Game.Rulesets.Mania.UI
{
if (action == Action)
{
background.FadeTo(background.Alpha + 0.2f, 50, Easing.OutQuint);
background.FadeTo(0.6f, 50, Easing.OutQuint);
keyIcon.ScaleTo(1.4f, 50, Easing.OutQuint);
}