Add colour provider for multiplayer usage

This commit is contained in:
Dean Herbert
2021-08-12 17:02:55 +09:00
parent ab1cc6ad48
commit 512382987e
6 changed files with 27 additions and 10 deletions

View File

@ -3,9 +3,11 @@
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing;
using osu.Game.Online.Rooms;
using osu.Game.Overlays;
using osu.Game.Screens.OnlinePlay.Lounge.Components;
using osu.Game.Tests.Visual.OnlinePlay;
using osu.Game.Users;
@ -17,6 +19,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
private RecentParticipantsList list;
[Cached]
protected readonly OverlayColourProvider ColourProvider = new OverlayColourProvider(OverlayColourScheme.Plum);
[SetUp]
public new void Setup() => Schedule(() =>
{