Adjust gameplay area to match better

Also reduces size of score display to avoid hiding combos.
This commit is contained in:
Dean Herbert
2018-11-22 15:42:10 +09:00
parent cbf82f892d
commit 4e8c7a4dc0
3 changed files with 14 additions and 14 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
private void load(LadderInfo ladder, TextureStore textures)
{
RelativeSizeAxes = Axes.X;
Height = 100;
Height = 95;
Children = new Drawable[]
{
new TournamentLogo(),