mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Delay key fade in legacy mania skins
This commit is contained in:
@ -101,8 +101,8 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
||||
{
|
||||
if (action == column.Action.Value)
|
||||
{
|
||||
upSprite.FadeTo(1);
|
||||
downSprite.FadeTo(0);
|
||||
upSprite.Delay(80).FadeTo(1);
|
||||
downSprite.Delay(80).FadeTo(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user