Cleanup and basic TestCase

This commit is contained in:
Dean Herbert
2017-12-13 19:56:16 +09:00
parent b9298325a3
commit 1b85952441
10 changed files with 193 additions and 42 deletions

View File

@ -42,6 +42,8 @@ namespace osu.Game.Screens.Select.Carousel
Height = MAX_HEIGHT;
RelativeSizeAxes = Axes.X;
Alpha = 0;
AddInternal(borderContainer = new Container
{
RelativeSizeAxes = Axes.Both,