Fix kiai flash opacity on legacy skins being too intense

This commit is contained in:
Dean Herbert 2023-01-10 20:15:20 +09:00
parent 08ca62205a
commit a87debab0f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public partial class LegacyKiaiFlashingDrawable : BeatSyncedContainer
{
private readonly Drawable flashingDrawable;
private const float flash_opacity = 0.55f;
private const float flash_opacity = 0.3f;
public LegacyKiaiFlashingDrawable(Func<Drawable?> creationFunc)
{