mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:02:57 +08:00
Fix kiai flash opacity on legacy skins being too intense
This commit is contained in:
parent
08ca62205a
commit
a87debab0f
@ -13,7 +13,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
private readonly Drawable flashingDrawable;
|
||||
|
||||
private const float flash_opacity = 0.55f;
|
||||
private const float flash_opacity = 0.3f;
|
||||
|
||||
public LegacyKiaiFlashingDrawable(Func<Drawable?> creationFunc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user