mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add loading screen.
This commit is contained in:
@ -32,6 +32,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private FlowContainer buttons;
|
||||
|
||||
public OsuLogo StartButton;
|
||||
|
||||
public void AddButton(string text, Color4 colour, Action action)
|
||||
{
|
||||
var button = new FooterButton
|
||||
@ -76,7 +78,7 @@ namespace osu.Game.Screens.Select
|
||||
Height = 3,
|
||||
Position = new Vector2(0, -3),
|
||||
},
|
||||
new OsuLogo()
|
||||
StartButton = new OsuLogo
|
||||
{
|
||||
Anchor = Anchor.BottomRight,
|
||||
Scale = new Vector2(0.4f),
|
||||
|
Reference in New Issue
Block a user