Update flag sizes after switch to twemoji assets

The old flags used a size of 150x100, while the new assets based on
twemoji use a size of 150x108. Update existing usages to match this new
aspect ratio better.
This commit is contained in:
Bartłomiej Dach
2022-06-15 19:53:04 +02:00
parent c9cb4250bb
commit f88c568c8d
10 changed files with 10 additions and 10 deletions

View File

@ -183,7 +183,7 @@ namespace osu.Game.Online.Leaderboards
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Size = new Vector2(30f, 20f),
Size = new Vector2(28, 20),
},
new DateLabel(Score.Date)
{