mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Add flash when activating a menu button.
This commit is contained in:
parent
a238637990
commit
50e4c39e32
@ -249,6 +249,8 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
sampleClick.Play();
|
||||
|
||||
box.FlashColour(Color4.White, 500, EasingTypes.OutExpo);
|
||||
|
||||
clickAction?.Invoke();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user