mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
add setting to toggle the gameplay cursor trail
This commit is contained in:
@ -34,6 +34,11 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
LabelText = "Snaking out sliders",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.SnakingOutSliders)
|
||||
},
|
||||
new SettingsCheckbox
|
||||
{
|
||||
LabelText = "Show cursor trail",
|
||||
Bindable = config.GetBindable<bool>(OsuSetting.ShowCursorTrail)
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user