mirror of
https://github.com/ppy/osu
synced 2025-03-02 09:30:57 +00:00
Add background to rankings header
This commit is contained in:
parent
f05c1de4c1
commit
11c59a141f
@ -29,6 +29,8 @@ namespace osu.Game.Overlays.Rankings
|
||||
Current = Country
|
||||
};
|
||||
|
||||
protected override Drawable CreateBackground() => new OverlayHeaderBackground(@"Headers/rankings");
|
||||
|
||||
private class RankingsTitle : ScreenTitle
|
||||
{
|
||||
public readonly Bindable<RankingsScope> Scope = new Bindable<RankingsScope>();
|
||||
|
Loading…
Reference in New Issue
Block a user