mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Display paths underneath matches
This commit is contained in:
@ -30,8 +30,8 @@ namespace osu.Game.Tournament.Screens.Ladder
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
pairingsContainer = new Container<DrawableMatchPairing> { RelativeSizeAxes = Axes.Both },
|
|
||||||
paths = new Container<Path> { RelativeSizeAxes = Axes.Both },
|
paths = new Container<Path> { RelativeSizeAxes = Axes.Both },
|
||||||
|
pairingsContainer = new Container<DrawableMatchPairing> { RelativeSizeAxes = Axes.Both },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user