mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Add default hyper-dash colour constant on Catcher
This commit is contained in:
parent
aa162b1033
commit
0a368f13d9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user