mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Move parallax logic out of BackgroundScreenStack
This commit is contained in:
@ -30,5 +30,10 @@ namespace osu.Game.Screens
|
||||
/// Whether overlays should be able to be opened once this screen is entered or resumed.
|
||||
/// </summary>
|
||||
OverlayActivation InitialOverlayActivationMode { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The amount of parallax to be applied while this screen is displayed.
|
||||
/// </summary>
|
||||
float BackgroundParallaxAmount { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user