Fade the accent colour instead of stepping.

This commit is contained in:
smoogipooo
2017-03-31 11:41:06 +09:00
parent 5a8099a591
commit 0e2f725425
3 changed files with 24 additions and 9 deletions

View File

@ -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.