mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Update to support new dropdown logic
This commit is contained in:
@ -47,7 +47,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Loop = true,
|
||||
},
|
||||
new TournamentLogo()
|
||||
new TournamentLogo
|
||||
{
|
||||
Y = 40,
|
||||
},
|
||||
@ -163,7 +163,6 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
|
||||
public TeamWithPlayers(TournamentTeam team, bool left = false)
|
||||
{
|
||||
FillFlowContainer players;
|
||||
var colour = left ? red : blue;
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
@ -172,7 +171,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
},
|
||||
players = new FillFlowContainer
|
||||
new FillFlowContainer
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
|
Reference in New Issue
Block a user