1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Reword special default hyper-dash colour constant a bit

This commit is contained in:
Salman Ahmed 2020-04-22 05:25:40 +03:00
parent 5d3475a5ed
commit 2d4077e713
No known key found for this signature in database
GPG Key ID: ED81FD33FD9B58BC

View File

@ -29,7 +29,8 @@ namespace osu.Game.Rulesets.Catch.UI
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
/// <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>
/// <remarks>
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.