1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 00:30:21 +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
Unverified
parent 5d3475a5ed
commit 2d4077e713
+2 -1
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"/>.