fix allignment...

This commit is contained in:
n4b3l 2016-12-17 15:58:51 +01:00
parent d812a7cb4e
commit a04a0a7d2c

View File

@ -182,13 +182,13 @@ namespace osu.Game.Screens.Select
{ {
Icon = FontAwesome.fa_square, Icon = FontAwesome.fa_square,
Colour = new Color4(68,17,136,255), Colour = new Color4(68,17,136,255),
Rotation = 45, Rotation = 45
}, },
new TextAwesome new TextAwesome
{ {
Icon = icon, Icon = icon,
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
Scale = new Vector2(0.8f,0.8f), Scale = new Vector2(0.8f,0.8f)
}, },
new SpriteText new SpriteText
{ {
@ -197,6 +197,7 @@ namespace osu.Game.Screens.Select
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
Text = text, Text = text,
TextSize = 17, TextSize = 17,
Origin = Anchor.CentreLeft
}, },
} }
}; };