1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 14:30:30 +08:00

Add missing OverlayColourProvider in test scene

This commit is contained in:
Dean Herbert
2022-04-27 18:45:40 +09:00
Unverified
parent 01fdb771ee
commit 20a50ddb6e
@@ -1,13 +1,18 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Screens;
using osu.Game.Overlays;
using osu.Game.Overlays.FirstRunSetup;
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestSceneFirstRunScreenUIScale : OsuManualInputManagerTestScene
{
[Cached]
private OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Purple);
public TestSceneFirstRunScreenUIScale()
{
AddStep("load screen", () =>