mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:03:22 +08:00
Improve look of selected match
This commit is contained in:
parent
9934a97bd0
commit
6c0a27e0b9
osu.Game.Tournament/Screens
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user