Add TestCaseMatchParticipants.

This commit is contained in:
DrabWeb
2018-05-29 03:53:30 -03:00
parent 8595c821b4
commit 7edb82eb85
3 changed files with 59 additions and 2 deletions

View File

@ -25,6 +25,7 @@ namespace osu.Game.Screens.Multi.Screens.Match
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Width = 300,
OnLoadComplete = d => d.FadeInFromZero(60),
}).ToList();
count.Count = value.Count();
@ -61,6 +62,8 @@ namespace osu.Game.Screens.Multi.Screens.Match
AutoSizeAxes = Axes.Y,
Spacing = new Vector2(5),
Padding = new MarginPadding { Top = 40 },
LayoutDuration = 200,
LayoutEasing = Easing.OutQuint,
},
},
},