mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 03:22:55 +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),
|
Position = new Vector2(0, 40),
|
||||||
TextSize = 20,
|
TextSize = 20,
|
||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
Text = @"Nothing to play"
|
Text = @"Nothing to play",
|
||||||
|
Font = @"Exo2.0-MediumItalic"
|
||||||
},
|
},
|
||||||
artist = new SpriteText
|
artist = new SpriteText
|
||||||
{
|
{
|
||||||
@ -66,7 +67,8 @@ namespace osu.Game.Overlays
|
|||||||
Position = new Vector2(0, 45),
|
Position = new Vector2(0, 45),
|
||||||
TextSize = 12,
|
TextSize = 12,
|
||||||
Colour = Color4.White,
|
Colour = Color4.White,
|
||||||
Text = @"Nothing to play"
|
Text = @"Nothing to play",
|
||||||
|
Font = @"Exo2.0-BoldItalic"
|
||||||
},
|
},
|
||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user