mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move parallax logic out of BackgroundScreenStack
This commit is contained in:
@ -35,6 +35,8 @@ namespace osu.Game.Screens.Multi
|
||||
public bool HideOverlaysOnEnter => false;
|
||||
public OverlayActivation InitialOverlayActivationMode => OverlayActivation.All;
|
||||
|
||||
public float BackgroundParallaxAmount => 1;
|
||||
|
||||
public bool ValidForResume { get; set; } = true;
|
||||
public bool ValidForPush { get; set; } = true;
|
||||
|
||||
|
Reference in New Issue
Block a user