Add back TextAwesome and osu!font.

This commit is contained in:
Dean Herbert
2016-09-21 18:33:09 +09:00
parent b9aead06ad
commit f936618156
3 changed files with 15 additions and 7 deletions

View File

@ -444,13 +444,19 @@ namespace osu.Game.GameModes.Menu
Origin = Anchor.Centre,
Children = new Drawable[]
{
icon = new TextAwesome(symbol, 40, Vector2.Zero),
icon = new TextAwesome
{
Anchor = Anchor.Centre,
TextSize = 40,
Position = new Vector2(0, 0),
Icon = symbol
},
new SpriteText
{
Direction = FlowDirection.HorizontalOnly,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Position = new Vector2(0, 25),
Position = new Vector2(0, 35),
Text = text
}
}