mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
remove osu! specific settings from global config again
This commit is contained in:
parent
4d310c3226
commit
f07ac8ebd8
@ -72,9 +72,6 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(GameSetting.MenuParallax, true);
|
||||
|
||||
Set(GameSetting.SnakingInSliders, true);
|
||||
Set(GameSetting.SnakingOutSliders, true);
|
||||
|
||||
// Gameplay
|
||||
Set(GameSetting.DimLevel, 0.3, 0, 1, 0.01);
|
||||
Set(GameSetting.BlurLevel, 0, 0, 1, 0.01);
|
||||
@ -150,8 +147,6 @@ namespace osu.Game.Configuration
|
||||
DisplayStarsMinimum,
|
||||
DisplayStarsMaximum,
|
||||
RandomSelectAlgorithm,
|
||||
SnakingInSliders,
|
||||
SnakingOutSliders,
|
||||
ShowFpsDisplay,
|
||||
ChatDisplayHeight,
|
||||
Version,
|
||||
|
Loading…
Reference in New Issue
Block a user