Add basic DrawableNote.

This commit is contained in:
smoogipooo
2017-05-03 15:50:42 +09:00
parent 1fa42b26e8
commit 956a7288fb
8 changed files with 188 additions and 38 deletions

View File

@ -88,7 +88,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// <summary>
/// The colour used for various elements of this DrawableHitObject.
/// </summary>
public Color4 AccentColour { get; protected set; }
public virtual Color4 AccentColour { get; set; }
protected DrawableHitObject(TObject hitObject)
{