Implement SpotlightsLayout

This commit is contained in:
Andrei Zavatski
2020-02-11 01:44:56 +03:00
parent ed6a35cb9f
commit b04a4b5c8a
5 changed files with 249 additions and 62 deletions

View File

@ -60,8 +60,10 @@ namespace osu.Game.Overlays.Rankings
base.LoadComplete();
}
private void onCurrentChanged(ValueChangedEvent<RankingsScope> scope) =>
SpotlightSelector.State.Value = scope.NewValue == RankingsScope.Spotlights ? Visibility.Visible : Visibility.Hidden;
private void onCurrentChanged(ValueChangedEvent<RankingsScope> scope)
{
}
private class RankingsTitle : ScreenTitle
{