mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
Update osu.Game/Screens/Backgrounds/BackgroundScreenBeatmap.cs
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
This commit is contained in:
parent
df7acc1d31
commit
0a265c6d35
@ -85,7 +85,7 @@ namespace osu.Game.Screens.Backgrounds
|
|||||||
if (UpdateDim)
|
if (UpdateDim)
|
||||||
FadeContainer?.FadeColour(OsuColour.Gray(BackgroundOpacity), 800, Easing.OutQuint);
|
FadeContainer?.FadeColour(OsuColour.Gray(BackgroundOpacity), 800, Easing.OutQuint);
|
||||||
else
|
else
|
||||||
FadeContainer?.FadeColour(OsuColour.Gray(1.0f), 800, Easing.InQuint);
|
FadeContainer?.FadeColour(OsuColour.Gray(1.0f), 800, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
public BackgroundScreenBeatmap(WorkingBeatmap beatmap = null)
|
public BackgroundScreenBeatmap(WorkingBeatmap beatmap = null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user