Merge branch 'master' into toast-notification-tray

This commit is contained in:
Dan Balasescu
2022-08-31 16:07:11 +09:00
committed by GitHub
14 changed files with 100 additions and 30 deletions

View File

@ -12,6 +12,7 @@ using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Input.Events;
using osu.Framework.Localisation;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osuTK;
using osuTK.Graphics;
@ -227,7 +228,7 @@ namespace osu.Game.Overlays.Notifications
{
background = new Box
{
Colour = colourProvider.Background4,
Colour = OsuColour.Gray(0).Opacity(0.15f),
Alpha = 0,
RelativeSizeAxes = Axes.Both,
},