mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:43:20 +08:00
Rearrange rankings overlay tabs to match web
This commit is contained in:
parent
5a46808e9b
commit
e2e99fc5cc
@ -52,9 +52,9 @@ namespace osu.Game.Overlays.Rankings
|
||||
switch (scope)
|
||||
{
|
||||
case RankingsScope.Performance:
|
||||
case RankingsScope.Spotlights:
|
||||
case RankingsScope.Score:
|
||||
case RankingsScope.Country:
|
||||
case RankingsScope.Spotlights:
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
@ -11,15 +11,15 @@ namespace osu.Game.Overlays.Rankings
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypePerformance))]
|
||||
Performance,
|
||||
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCharts))]
|
||||
Spotlights,
|
||||
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeScore))]
|
||||
Score,
|
||||
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCountry))]
|
||||
Country,
|
||||
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCharts))]
|
||||
Spotlights,
|
||||
|
||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeKudosu))]
|
||||
Kudosu,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user