mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
replace FadeTo in PlayerLoader
didnt notice that interaction yet. yes this makes it neccessary.
This commit is contained in:
@ -164,7 +164,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
protected override void InitializeBackgroundElements()
|
protected override void InitializeBackgroundElements()
|
||||||
{
|
{
|
||||||
Background?.FadeTo(1, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
Background?.FadeColour(Color4.White, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
||||||
Background?.BlurTo(background_blur, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
Background?.BlurTo(background_blur, BACKGROUND_FADE_DURATION, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user