mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Snaking out on by default.
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Configuration
|
|||||||
Set(OsuConfig.MouseDisableWheel, false);
|
Set(OsuConfig.MouseDisableWheel, false);
|
||||||
|
|
||||||
Set(OsuConfig.SnakingInSliders, true);
|
Set(OsuConfig.SnakingInSliders, true);
|
||||||
Set(OsuConfig.SnakingOutSliders, false);
|
Set(OsuConfig.SnakingOutSliders, true);
|
||||||
|
|
||||||
Set(OsuConfig.MenuParallax, true);
|
Set(OsuConfig.MenuParallax, true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user