mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00: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