mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 07:09:54 +08:00
Set default AccentColour for hit objects
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user