mirror of
https://github.com/ppy/osu
synced 2024-12-17 12:25:19 +00:00
Make test more useful
(cherry picked from commit 5985115)
This commit is contained in:
parent
26fedd7e61
commit
3b929ffd21
@ -42,8 +42,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
}
|
||||
};
|
||||
|
||||
for (int i = 0; i < 10; i++)
|
||||
beatmap.HitObjects.Add(new BananaShower { StartTime = i * 1200, Duration = 1000, NewCombo = i % 2 == 0 });
|
||||
beatmap.HitObjects.Add(new BananaShower { StartTime = 200, Duration = 10000, NewCombo = true });
|
||||
|
||||
return beatmap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user