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
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,8 @@ private void trigger()
{
sampleClick.Play();
box.FlashColour(Color4.White, 500, EasingTypes.OutExpo);
clickAction?.Invoke();
}