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

@ -28,11 +28,9 @@ namespace osu.Game.Graphics
}
}
internal TextAwesome(FontAwesome icon = FontAwesome.circle, float size = 10, Vector2? position = null)
: base(null)
public TextAwesome()
{
Icon = icon;
Origin = osu.Framework.Graphics.Anchor.Centre;
Origin = Framework.Graphics.Anchor.Centre;
}
}