1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

Add flash when activating a menu button.

This commit is contained in:
Dean Herbert 2017-01-27 13:50:12 +09:00
parent a238637990
commit 50e4c39e32

View File

@ -249,6 +249,8 @@ namespace osu.Game.Screens.Menu
{
sampleClick.Play();
box.FlashColour(Color4.White, 500, EasingTypes.OutExpo);
clickAction?.Invoke();
}