1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 05:22:54 +08:00

Improve look of selected match

This commit is contained in:
Dean Herbert 2020-03-07 16:38:50 +09:00
parent 9934a97bd0
commit 6c0a27e0b9
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Alpha = 0,
Colour = Color4.OrangeRed,
Colour = Color4.White,
Child = new Box { RelativeSizeAxes = Axes.Both }
},
Flow = new FillFlowContainer<DrawableMatchTeam>

View File

@ -209,6 +209,8 @@ namespace osu.Game.Tournament.Screens.Schedule
Scale = new Vector2(0.8f);
CurrentMatchSelectionBox.Scale = new Vector2(1.02f, 1.15f);
bool conditional = match is ConditionalTournamentMatch;
if (conditional)