mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Improve comment
This commit is contained in:
parent
1617e2a729
commit
3d4a80957f
@ -33,9 +33,9 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
protected SpriteText JudgementText;
|
protected SpriteText JudgementText;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <remarks> Override this to change fade in times of mode-specific judgements </remarks>
|
|
||||||
protected virtual double FadeInDuration => 100;
|
protected virtual double FadeInDuration => 100;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user