mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Tweak play button
This commit is contained in:
@ -124,11 +124,12 @@ namespace osu.Game.GameModes.Play
|
||||
new Button
|
||||
{
|
||||
Text = "Play",
|
||||
Anchor = Anchor.BottomRight,
|
||||
Origin = Anchor.BottomRight,
|
||||
Action = () =>
|
||||
{
|
||||
},
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
RelativePositionAxes = Axes.Both,
|
||||
Position = Vector2.Zero,
|
||||
Colour = new Color4(238, 51, 153, 255),
|
||||
Action = () => Console.WriteLine("Clicked!"),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user