1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

better scaling

This commit is contained in:
n4b3l 2016-12-17 12:18:55 +01:00
parent e31e19f1b8
commit 9e6161b862

View File

@ -155,14 +155,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),
TextSize = 17,
Rotation = 45, Rotation = 45,
}, },
new TextAwesome new TextAwesome
{ {
Icon = FontAwesome.fa_clock_o, Icon = FontAwesome.fa_clock_o,
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
TextSize = 14, Scale = new Vector2(0.8f,0.8f),
} }
} }
}, },
@ -183,14 +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),
TextSize = 17,
Rotation = 45, Rotation = 45,
}, },
new TextAwesome new TextAwesome
{ {
Icon = FontAwesome.fa_circle_o, Icon = FontAwesome.fa_circle_o,
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
TextSize = 14, Scale = new Vector2(0.8f,0.8f),
} }
} }
}, },
@ -211,14 +209,19 @@ 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),
TextSize = 17,
Rotation = 45, Rotation = 45,
}, },
new TextAwesome new TextAwesome
{ {
Icon = FontAwesome.fa_dot_circle_o, Icon = FontAwesome.fa_circle_o,
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
TextSize = 14, Scale = new Vector2(0.8f,0.8f),
},
new TextAwesome
{
Icon = FontAwesome.fa_circle_o,
Colour = new Color4(255,221,85,255),
Scale = new Vector2(0.4f,0.4f)
} }
} }
}, },
@ -239,14 +242,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),
TextSize = 17,
Rotation = 45, Rotation = 45,
}, },
new TextAwesome new TextAwesome
{ {
Icon = FontAwesome.fa_circle_o, Icon = FontAwesome.fa_circle_o,
Colour = new Color4(255,221,85,255), Colour = new Color4(255,221,85,255),
TextSize = 14, Scale = new Vector2(0.8f,0.8f),
} }
} }
}, },