mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Add back TextAwesome and osu!font.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user