Implement OverlayColourProvider

This commit is contained in:
Andrei Zavatski
2020-01-24 12:24:35 +03:00
parent 792436890b
commit db4cd51d02
11 changed files with 132 additions and 53 deletions

View File

@ -21,6 +21,11 @@ namespace osu.Game.Overlays
public readonly Bindable<string> Current = new Bindable<string>(null);
public NewsOverlay()
: base(OverlayColourScheme.Purple)
{
}
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{