Merge branch 'master' into iconbutton-refactor

This commit is contained in:
Dean Herbert
2017-10-11 12:05:38 +09:00
committed by GitHub
12 changed files with 104 additions and 6 deletions

View File

@ -25,6 +25,11 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// </summary>
public virtual Color4 AccentColour { get; set; } = Color4.Gray;
/// <summary>
/// Whether a visible judgement should be displayed when this representation is hit.
/// </summary>
public virtual bool DisplayJudgement => true;
protected DrawableHitObject(HitObject hitObject)
{
HitObject = hitObject;