mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Make column lights not increase in brightness when successfully pressed
This commit is contained in:
parent
70e3ac30db
commit
ef9b87e8c7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user