mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
Add back fade to black duration
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
07a08d28c6
commit
1e159eb328
@ -206,7 +206,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
{
|
{
|
||||||
this.FadeIn(300);
|
this.FadeIn(300);
|
||||||
|
|
||||||
ApplyToBackground(b => b.FadeColour(Color4.Black));
|
ApplyToBackground(b => b.FadeColour(Color4.Black, 100));
|
||||||
|
|
||||||
double fadeOutTime = exit_delay;
|
double fadeOutTime = exit_delay;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user