mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Expose font size and add big button test
This commit is contained in:
@ -23,6 +23,12 @@ namespace osu.Game.Graphics.UserInterface
|
||||
set => text.Text = value;
|
||||
}
|
||||
|
||||
public float TextSize
|
||||
{
|
||||
get => text.Font.Size;
|
||||
set => text.Font = OsuFont.TorusAlternate.With(size: value);
|
||||
}
|
||||
|
||||
public Colour4 DarkerColour
|
||||
{
|
||||
set
|
||||
|
Reference in New Issue
Block a user