mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Adjust flag size to fit again
This commit is contained in:
parent
1ab449b73e
commit
1ac82af19a
@ -345,7 +345,7 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
||||
|
||||
Flag.Anchor = Anchor.Centre;
|
||||
Flag.Origin = Anchor.Centre;
|
||||
Flag.Scale = new Vector2(0.9f);
|
||||
Flag.Scale = new Vector2(0.7f);
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user