1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 05:22:54 +08:00

Start colour black to ensure initial appear transition doesn't look silly

This commit is contained in:
Dean Herbert 2023-05-02 14:33:57 +09:00
parent ab4f66fad3
commit 57f48e0703

View File

@ -15,6 +15,7 @@ using osu.Game.Configuration;
using osu.Game.Screens;
using osu.Game.Screens.Backgrounds;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Graphics.Containers
{
@ -169,6 +170,7 @@ namespace osu.Game.Graphics.Containers
AddInternal(backgroundStack = new BackgroundScreenStack
{
Alpha = 0,
Colour = Color4.Black,
Depth = float.MaxValue
});