Merge remote-tracking branch 'upstream/master' into AlFasGD-editor-seekbar-fix

This commit is contained in:
Dean Herbert
2018-05-25 19:07:30 +09:00
190 changed files with 3597 additions and 1667 deletions

View File

@ -26,7 +26,8 @@ namespace osu.Game.Screens.Edit
{
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
public override bool ShowOverlaysOnEnter => false;
protected override bool HideOverlaysOnEnter => true;
public override bool AllowBeatmapRulesetChange => false;
private Box bottomBackground;
private Container screenContainer;