mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
Reduce editor parallax
This commit is contained in:
parent
ee4839b7e7
commit
aaa06396f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user