Stay on player loader a bit longer if disclaimers are present

Just to make reading the text easier.
This commit is contained in:
Bartłomiej Dach 2024-03-15 09:43:09 +01:00
parent f3a444b7ac
commit 4688a53cf4
No known key found for this signature in database

View File

@ -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;