mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +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.MenuParallax, true);
|
||||||
|
|
||||||
Set(GameSetting.SnakingInSliders, true);
|
|
||||||
Set(GameSetting.SnakingOutSliders, true);
|
|
||||||
|
|
||||||
// Gameplay
|
// Gameplay
|
||||||
Set(GameSetting.DimLevel, 0.3, 0, 1, 0.01);
|
Set(GameSetting.DimLevel, 0.3, 0, 1, 0.01);
|
||||||
Set(GameSetting.BlurLevel, 0, 0, 1, 0.01);
|
Set(GameSetting.BlurLevel, 0, 0, 1, 0.01);
|
||||||
@ -150,8 +147,6 @@ namespace osu.Game.Configuration
|
|||||||
DisplayStarsMinimum,
|
DisplayStarsMinimum,
|
||||||
DisplayStarsMaximum,
|
DisplayStarsMaximum,
|
||||||
RandomSelectAlgorithm,
|
RandomSelectAlgorithm,
|
||||||
SnakingInSliders,
|
|
||||||
SnakingOutSliders,
|
|
||||||
ShowFpsDisplay,
|
ShowFpsDisplay,
|
||||||
ChatDisplayHeight,
|
ChatDisplayHeight,
|
||||||
Version,
|
Version,
|
||||||
|
Loading…
Reference in New Issue
Block a user