mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix kiai flash opacity on legacy skins being too intense
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user