1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +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), 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
{ {