1. fix TestCaseManiaHitObjects broken

2. add (4+4) (2+4+2) (1+8+1) column stages step in TestCaseManiaPlayfield
This commit is contained in:
ANDY840119-PC\andy840119
2018-01-03 23:47:05 +09:00
parent a855a21ccb
commit aadafae8cb
3 changed files with 43 additions and 8 deletions

View File

@ -78,7 +78,7 @@ namespace osu.Game.Rulesets.Mania.Tests
RelativeChildSize = new Vector2(1, 10000),
Children = new[]
{
new DrawableHoldNote(new HoldNote(), ManiaAction.Key1)
new DrawableHoldNote(new HoldNote(){Duration = 1000}, ManiaAction.Key1)
{
Y = 5000,
Height = 1000,