Add OptionsDropdown<T> and wire up one example

This commit is contained in:
Drew DeVault
2016-12-01 16:36:04 -05:00
parent ff7ec88e66
commit 9daf524120
5 changed files with 91 additions and 3 deletions

View File

@ -110,7 +110,7 @@ namespace osu.Game.Configuration
Set(OsuConfig.NotifyFriends, true);
Set(OsuConfig.NotifySubmittedThread, true);
Set(OsuConfig.PopupDuringGameplay, true);
//Set(OsuConfig.ProgressBarType, ProgressBarTypes.Pie);
Set(OsuConfig.ProgressBarType, ProgressBarType.Pie);
//Set(OsuConfig.RankType, RankingType.Top);
Set(OsuConfig.RefreshRate, 60);
Set(OsuConfig.OverrideRefreshRate, Get<int>(OsuConfig.RefreshRate) != 60);