Add showcase screen

This commit is contained in:
Dean Herbert
2018-11-04 07:12:07 +09:00
parent 2e348edd8d
commit 54a02ee2d7
4 changed files with 168 additions and 1 deletions

View File

@ -20,11 +20,13 @@ namespace osu.Game.Tournament.Components
private const float horizontal_padding = 10;
private const float vertical_padding = 5;
public const float HEIGHT = 50;
public TournamentBeatmapPanel(BeatmapInfo beatmap)
{
this.beatmap = beatmap;
Width = 400;
Height = 50;
Height = HEIGHT;
}
[BackgroundDependencyLoader]