mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Set font in music controller.
This commit is contained in:
parent
a19bb1270d
commit
74000f77ad
@ -57,7 +57,8 @@ namespace osu.Game.Overlays
|
||||
Position = new Vector2(0, 40),
|
||||
TextSize = 20,
|
||||
Colour = Color4.White,
|
||||
Text = @"Nothing to play"
|
||||
Text = @"Nothing to play",
|
||||
Font = @"Exo2.0-MediumItalic"
|
||||
},
|
||||
artist = new SpriteText
|
||||
{
|
||||
@ -66,7 +67,8 @@ namespace osu.Game.Overlays
|
||||
Position = new Vector2(0, 45),
|
||||
TextSize = 12,
|
||||
Colour = Color4.White,
|
||||
Text = @"Nothing to play"
|
||||
Text = @"Nothing to play",
|
||||
Font = @"Exo2.0-BoldItalic"
|
||||
},
|
||||
new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user