Add animation, selection indicator to difficulties

This commit is contained in:
Drew DeVault
2016-10-20 15:16:06 -04:00
parent 4b6a1486a6
commit 910a079bda
3 changed files with 83 additions and 24 deletions

View File

@ -80,7 +80,7 @@ namespace osu.Game.GameModes.Play
{
RelativeSizeAxes = Axes.Both,
Size = new Vector2(1),
Padding = new MarginPadding { Right = scrollWidth - 100 },
Padding = new MarginPadding { Right = scrollWidth - 200 },
Children = new[]
{
new Box