mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Merged ExtendableButton and BackButton
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user