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