mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Move setting to osu! ruleset subsection
This commit is contained in:
@ -19,6 +19,7 @@ namespace osu.Game.Rulesets.Osu.Configuration
|
||||
Set(OsuRulesetSetting.SnakingInSliders, true);
|
||||
Set(OsuRulesetSetting.SnakingOutSliders, true);
|
||||
Set(OsuRulesetSetting.ShowCursorTrail, true);
|
||||
Set(OsuRulesetSetting.ShowPlayfieldBorder, false);
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,6 +27,7 @@ namespace osu.Game.Rulesets.Osu.Configuration
|
||||
{
|
||||
SnakingInSliders,
|
||||
SnakingOutSliders,
|
||||
ShowCursorTrail
|
||||
ShowCursorTrail,
|
||||
ShowPlayfieldBorder,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user