Make flash animation last slightly longer.

This commit is contained in:
Dean Herbert 2016-12-15 22:35:12 +09:00
parent cf8283582b
commit ec7bbd231f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ protected override void UpdateState(ArmedState state)
FadeOut(TIME_FADEOUT / 5);
break;
case ArmedState.Hit:
const double flash_in = 30;
const double flash_in = 40;
flash.FadeTo(0.8f, flash_in);
flash.Delay(flash_in);