mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
add setting to toggle the gameplay cursor trail
This commit is contained in:
@ -19,12 +19,14 @@ namespace osu.Game.Rulesets.Osu.Configuration
|
||||
|
||||
Set(OsuSetting.SnakingInSliders, true);
|
||||
Set(OsuSetting.SnakingOutSliders, true);
|
||||
Set(OsuSetting.ShowCursorTrail, true);
|
||||
}
|
||||
}
|
||||
|
||||
public enum OsuSetting
|
||||
{
|
||||
SnakingInSliders,
|
||||
SnakingOutSliders
|
||||
SnakingOutSliders,
|
||||
ShowCursorTrail
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user