mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 06:17:19 +08:00
Allow 10.0 stars to be selectable
This commit is contained in:
parent
2643b6fca3
commit
ed66ee3ba6
@ -24,7 +24,7 @@ namespace osu.Game.Configuration
|
|||||||
|
|
||||||
Set(OsuSetting.ShowConvertedBeatmaps, true);
|
Set(OsuSetting.ShowConvertedBeatmaps, true);
|
||||||
Set(OsuSetting.DisplayStarsMinimum, 0.0, 0, 10, 0.1);
|
Set(OsuSetting.DisplayStarsMinimum, 0.0, 0, 10, 0.1);
|
||||||
Set(OsuSetting.DisplayStarsMaximum, 10.0, 0, 10, 0.1);
|
Set(OsuSetting.DisplayStarsMaximum, 10.1, 0, 10.1, 0.1);
|
||||||
|
|
||||||
Set(OsuSetting.SongSelectGroupingMode, GroupMode.All);
|
Set(OsuSetting.SongSelectGroupingMode, GroupMode.All);
|
||||||
Set(OsuSetting.SongSelectSortingMode, SortMode.Title);
|
Set(OsuSetting.SongSelectSortingMode, SortMode.Title);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user