mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Update flag scale of drawablematchteam
This commit is contained in:
parent
25145cdb62
commit
c24a29d1ac
@ -63,7 +63,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
this.losers = losers;
|
||||
Size = new Vector2(150, 40);
|
||||
|
||||
Flag.Scale = new Vector2(0.6f);
|
||||
Flag.Scale = new Vector2(0.55f);
|
||||
Flag.Anchor = Flag.Origin = Anchor.CentreLeft;
|
||||
|
||||
AcronymText.Anchor = AcronymText.Origin = Anchor.CentreLeft;
|
||||
|
Loading…
Reference in New Issue
Block a user