mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add background to rankings header
This commit is contained in:
@ -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>();
|
||||
|
Reference in New Issue
Block a user