1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Snaking out on by default.

This commit is contained in:
Dean Herbert 2017-04-07 09:28:13 +09:00
parent 4a29263cd6
commit fba72b9a9e
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -31,7 +31,7 @@ namespace osu.Game.Configuration
Set(OsuConfig.MouseDisableWheel, false);
Set(OsuConfig.SnakingInSliders, true);
Set(OsuConfig.SnakingOutSliders, false);
Set(OsuConfig.SnakingOutSliders, true);
Set(OsuConfig.MenuParallax, true);