mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Reword special default hyper-dash colour constant a bit
This commit is contained in:
parent
5d3475a5ed
commit
2d4077e713
@ -29,7 +29,8 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
|
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default colour used directly for this <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
|
/// The default hyper-dash colour used directly for this
|
||||||
|
/// <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.
|
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user