1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

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