Add adjustment buttons

This commit is contained in:
Dean Herbert
2022-05-31 21:10:02 +09:00
parent 79a17fc86a
commit a940676fc2
3 changed files with 305 additions and 1 deletions

View File

@ -77,6 +77,12 @@ namespace osu.Game.Tests.Visual.Editing
timingInfo.Text = $"offset: {selectedGroup.Value.Time:N2} bpm: {selectedGroup.Value.ControlPoints.OfType<TimingControlPoint>().First().BPM:N2}";
}
[Test]
public void TestNoop()
{
AddStep("do nothing", () => { });
}
[Test]
public void TestTapThenReset()
{