Less sickening parallax (#6743)

Less sickening parallax
This commit is contained in:
Dean Herbert
2019-11-08 19:15:25 +09:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@ -36,6 +36,8 @@ namespace osu.Game.Screens.Edit
{
protected override BackgroundScreen CreateBackground() => new BackgroundScreenCustom(@"Backgrounds/bg4");
public override float BackgroundParallaxAmount => 0.1f;
public override bool AllowBackButton => false;
public override bool HideOverlaysOnEnter => true;