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

Add default hyper-dash colour constant on Catcher

This commit is contained in:
Salman Ahmed 2020-03-26 05:37:26 +03:00
parent aa162b1033
commit 0a368f13d9

View File

@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Catch.UI
{
public class Catcher : Container, IKeyBindingHandler<CatchAction>
{
public static Color4 DefaultHyperDashColour { get; } = Color4.Red;
/// <summary>
/// Whether we are hyper-dashing or not.
/// </summary>