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:
parent
9934a97bd0
commit
6c0a27e0b9
@ -62,7 +62,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
Colour = Color4.OrangeRed,
|
Colour = Color4.White,
|
||||||
Child = new Box { RelativeSizeAxes = Axes.Both }
|
Child = new Box { RelativeSizeAxes = Axes.Both }
|
||||||
},
|
},
|
||||||
Flow = new FillFlowContainer<DrawableMatchTeam>
|
Flow = new FillFlowContainer<DrawableMatchTeam>
|
||||||
|
@ -209,6 +209,8 @@ namespace osu.Game.Tournament.Screens.Schedule
|
|||||||
|
|
||||||
Scale = new Vector2(0.8f);
|
Scale = new Vector2(0.8f);
|
||||||
|
|
||||||
|
CurrentMatchSelectionBox.Scale = new Vector2(1.02f, 1.15f);
|
||||||
|
|
||||||
bool conditional = match is ConditionalTournamentMatch;
|
bool conditional = match is ConditionalTournamentMatch;
|
||||||
|
|
||||||
if (conditional)
|
if (conditional)
|
||||||
|
Loading…
Reference in New Issue
Block a user