mirror of
https://github.com/ppy/osu
synced 2024-12-17 04:15:37 +00:00
Stay on player loader a bit longer if disclaimers are present
Just to make reading the text easier.
This commit is contained in:
parent
f3a444b7ac
commit
4688a53cf4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user