mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Add more test coverage to better show overlapping break / kiai sections
This commit is contained in:
parent
5624c1d304
commit
c85b04bca5
@ -24,7 +24,10 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
|
||||
beatmap.ControlPointInfo.Add(100000, new TimingControlPoint { BeatLength = 100 });
|
||||
beatmap.ControlPointInfo.Add(50000, new DifficultyControlPoint { SliderVelocity = 2 });
|
||||
beatmap.ControlPointInfo.Add(80000, new EffectControlPoint { KiaiMode = true });
|
||||
beatmap.ControlPointInfo.Add(110000, new EffectControlPoint { KiaiMode = false });
|
||||
beatmap.BeatmapInfo.Bookmarks = new[] { 75000, 125000 };
|
||||
beatmap.Breaks.Add(new ManualBreakPeriod(90000, 120000));
|
||||
|
||||
editorBeatmap = new EditorBeatmap(beatmap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user