mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move parallax logic out of BackgroundScreenStack
This commit is contained in:
@ -22,6 +22,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