1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Set font in music controller.

This commit is contained in:
Huo Yaoyuan 2016-11-06 01:50:38 +08:00
parent a19bb1270d
commit 74000f77ad

View File

@ -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
{