mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Set default AccentColour for hit objects
This commit is contained in:
parent
10f0d1f20d
commit
0cadee998c
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
/// <summary>
|
||||
/// The colour used for various elements of this DrawableHitObject.
|
||||
/// </summary>
|
||||
public virtual Color4 AccentColour { get; set; }
|
||||
public virtual Color4 AccentColour { get; set; } = Color4.Gray;
|
||||
|
||||
protected DrawableHitObject(HitObject hitObject)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user