mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Preview visual settings at the “loading” screen
This commit is contained in:
@ -262,10 +262,7 @@ namespace osu.Game.Screens.Play
|
||||
if (!loadedSuccessfully)
|
||||
return;
|
||||
|
||||
DimLevel.ValueChanged += _ => UpdateBackgroundElements();
|
||||
BlurLevel.ValueChanged += _ => UpdateBackgroundElements();
|
||||
ShowStoryboard.ValueChanged += _ => UpdateBackgroundElements();
|
||||
UpdateBackgroundElements();
|
||||
ConfigureBackgroundUpdate();
|
||||
|
||||
Content.Alpha = 0;
|
||||
Content
|
||||
|
Reference in New Issue
Block a user