mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 23:42:01 +08:00
Add a simple fade to the results screen
Stops it from immediately disappearing.
This commit is contained in:
@@ -266,8 +266,11 @@ namespace osu.Game.Screens.Ranking
|
||||
|
||||
public override bool OnExiting(IScreen next)
|
||||
{
|
||||
if (base.OnExiting(next))
|
||||
return true;
|
||||
|
||||
return base.OnExiting(next);
|
||||
this.FadeOut(100);
|
||||
return false;
|
||||
}
|
||||
|
||||
public override bool OnBackButton()
|
||||
|
||||
Reference in New Issue
Block a user