mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 17:02:55 +08:00
Formatting fixes.
This commit is contained in:
parent
2e76874384
commit
6027cc7afa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user