mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 22:21:10 +08:00
Stay on player loader a bit longer if disclaimers are present
Just to make reading the text easier.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected const double CONTENT_OUT_DURATION = 300;
|
||||
|
||||
protected virtual double PlayerPushDelay => 1800;
|
||||
protected virtual double PlayerPushDelay => 1800 + disclaimers.Count * 500;
|
||||
|
||||
public override bool HideOverlaysOnEnter => hideOverlays;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user