mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Formatting fixes.
This commit is contained in:
@ -200,20 +200,20 @@ namespace osu.Game.Screens.Select
|
|||||||
new TextAwesome
|
new TextAwesome
|
||||||
{
|
{
|
||||||
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)
|
||||||
},
|
},
|
||||||
new SpriteText
|
new SpriteText
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding {Left = 13},
|
Margin = new MarginPadding { Left = 13 },
|
||||||
Font = @"Exo2.0-Bold",
|
Font = @"Exo2.0-Bold",
|
||||||
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
|
Origin = Anchor.CentreLeft
|
||||||
|
Reference in New Issue
Block a user