Add FPS display toggling.

Kinda temporary but better than nothing.
This commit is contained in:
Dean Herbert
2017-05-03 20:34:53 +09:00
parent a036b059e8
commit 489f586887
3 changed files with 24 additions and 2 deletions

View File

@ -53,6 +53,8 @@ namespace osu.Game.Configuration
// Graphics
Set(OsuConfig.ShowFpsDisplay, false);
Set(OsuConfig.MenuParallax, true);
Set(OsuConfig.SnakingInSliders, true);
@ -99,6 +101,7 @@ namespace osu.Game.Configuration
DisplayStarsMinimum,
DisplayStarsMaximum,
SnakingInSliders,
SnakingOutSliders
SnakingOutSliders,
ShowFpsDisplay
}
}