mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fixed gameplay flags being bigger and changed values to make more sense
This commit is contained in:
@ -29,6 +29,7 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
||||
var anchor = flip ? Anchor.TopLeft : Anchor.TopRight;
|
||||
|
||||
Flag.RelativeSizeAxes = Axes.None;
|
||||
Flag.Scale = new Vector2(0.8f);
|
||||
Flag.Origin = anchor;
|
||||
Flag.Anchor = anchor;
|
||||
|
||||
|
@ -288,7 +288,7 @@ namespace osu.Game.Tournament.Screens.TeamIntro
|
||||
AutoSizeAxes = Axes.Both;
|
||||
|
||||
Flag.RelativeSizeAxes = Axes.None;
|
||||
Flag.Scale = new Vector2(1.4f);
|
||||
Flag.Scale = new Vector2(1.2f);
|
||||
|
||||
InternalChild = new FillFlowContainer
|
||||
{
|
||||
|
@ -93,7 +93,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Position = new Vector2(-300, 10),
|
||||
Scale = new Vector2(2.2f)
|
||||
Scale = new Vector2(2f)
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user