1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Formatting fixes.

This commit is contained in:
Dean Herbert 2017-01-29 15:15:04 +09:00
parent 2e76874384
commit 6027cc7afa

View File

@ -200,20 +200,20 @@ namespace osu.Game.Screens.Select
new TextAwesome
{
Icon = FontAwesome.fa_square,
Colour = new Color4(68,17,136,255),
Colour = new Color4(68, 17, 136, 255),
Rotation = 45
},
new TextAwesome
{
Icon = icon,
Colour = new Color4(255,221,85,255),
Scale = new Vector2(0.8f,0.8f)
Colour = new Color4(255, 221, 85, 255),
Scale = new Vector2(0.8f)
},
new SpriteText
{
Margin = new MarginPadding {Left = 13},
Margin = new MarginPadding { Left = 13 },
Font = @"Exo2.0-Bold",
Colour = new Color4(255,221,85,255),
Colour = new Color4(255, 221, 85, 255),
Text = text,
TextSize = 17,
Origin = Anchor.CentreLeft