mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add flag to toggle follow circle tracking for slider heads
This commit is contained in:
@ -5,5 +5,9 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
{
|
||||
public class SliderHeadCircle : HitCircle
|
||||
{
|
||||
/// <summary>
|
||||
/// Makes the head circle track the follow circle when the start time is reached.
|
||||
/// </summary>
|
||||
public bool TrackFollowCircle = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user