Change TeamFlag from sprite to a container with a sprite

This commit is contained in:
Shivam
2020-08-24 15:08:50 +02:00
parent a4ba2181ec
commit d9ba677773
3 changed files with 21 additions and 12 deletions

View File

@ -63,7 +63,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
this.losers = losers;
Size = new Vector2(150, 40);
Flag.Scale = new Vector2(0.9f);
Flag.Scale = new Vector2(0.6f);
Flag.Anchor = Flag.Origin = Anchor.CentreLeft;
AcronymText.Anchor = AcronymText.Origin = Anchor.CentreLeft;