Don't expicitly set origin of TextAwesome.

This commit is contained in:
Dean Herbert
2017-03-06 17:06:48 +09:00
parent a7d7abe70e
commit e356758a7d
7 changed files with 8 additions and 5 deletions

View File

@ -209,12 +209,14 @@ namespace osu.Game.Screens.Select
new TextAwesome
{
Icon = FontAwesome.fa_square,
Origin = Anchor.Centre,
Colour = new Color4(68, 17, 136, 255),
Rotation = 45
},
new TextAwesome
{
Icon = statistic.Icon,
Origin = Anchor.Centre,
Colour = new Color4(255, 221, 85, 255),
Scale = new Vector2(0.8f)
},