mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add FPS display toggling.
Kinda temporary but better than nothing.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user