Add t=0 display to notes.

This commit is contained in:
smoogipooo 2017-05-11 12:57:07 +09:00
parent 8160f36a48
commit 7fcbf2d8d4
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ public override Color4 AccentColour
}
}
protected override void Update()
{
if (Time.Current > HitObject.StartTime)
Colour = Color4.Green;
}
protected override void UpdateState(ArmedState state)
{
}