Add a centre marker to the timeline

This commit is contained in:
smoogipoo
2018-05-24 15:23:59 +09:00
parent b90cdfbfd1
commit 6ceac8ab0a
3 changed files with 66 additions and 1 deletions

View File

@ -15,7 +15,14 @@ namespace osu.Game.Tests.Visual
[TestFixture]
public class TestCaseEditorComposeTimeline : EditorClockTestCase
{
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(TimelineArea), typeof(Timeline), typeof(TimelineButton) };
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(TimelineArea),
typeof(Timeline),
typeof(BeatmapWaveformGraph),
typeof(TimelineButton),
typeof(CentreMarker)
};
public TestCaseEditorComposeTimeline()
{