mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:07:25 +08:00
Add t=0 display to notes.
This commit is contained in:
parent
8160f36a48
commit
7fcbf2d8d4
@ -41,6 +41,12 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void Update()
|
||||||
|
{
|
||||||
|
if (Time.Current > HitObject.StartTime)
|
||||||
|
Colour = Color4.Green;
|
||||||
|
}
|
||||||
|
|
||||||
protected override void UpdateState(ArmedState state)
|
protected override void UpdateState(ArmedState state)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user