mirror of https://github.com/ppy/osu
Improve comment
This commit is contained in:
parent
1617e2a729
commit
3d4a80957f
|
@ -33,9 +33,9 @@ public class DrawableJudgement : CompositeDrawable
|
|||
protected SpriteText JudgementText;
|
||||
|
||||
/// <summary>
|
||||
/// The amount of time for this judgement to initially fade in.
|
||||
/// Duration of initial fade in.
|
||||
/// Default fade out will start immediately after this duration.
|
||||
/// </summary>
|
||||
/// <remarks> Override this to change fade in times of mode-specific judgements </remarks>
|
||||
protected virtual double FadeInDuration => 100;
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue