mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fade the accent colour instead of stepping.
This commit is contained in:
@ -31,7 +31,7 @@ namespace osu.Game.Modes.Taiko.Objects
|
||||
/// The distance between ticks of this drumroll.
|
||||
/// <para>Half of this value is the hit window of the ticks.</para>
|
||||
/// </summary>
|
||||
public double TickTimeDistance { get; protected set; } = 200;
|
||||
public double TickTimeDistance { get; protected set; } = 100;
|
||||
|
||||
/// <summary>
|
||||
/// Number of drum roll ticks required for a "Good" hit.
|
||||
|
Reference in New Issue
Block a user