Merged ExtendableButton and BackButton

This commit is contained in:
stanriders
2016-11-27 05:48:31 +03:00
parent af57984d5c
commit ba18c9a309
5 changed files with 81 additions and 140 deletions

View File

@ -123,8 +123,9 @@ namespace osu.Game.Screens.Select
},
new BackButton
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Y,
Action = () => Exit()
},
new Button