mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Apply newline additions
This commit is contained in:
@ -258,6 +258,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
// nice little progressive fade
|
||||
int time = 500;
|
||||
|
||||
foreach (var c in fill.Children)
|
||||
{
|
||||
c.Delay(500 - time).FadeOut(time, Easing.Out);
|
||||
|
Reference in New Issue
Block a user