Add NewsOverlay to the game

This commit is contained in:
Andrei Zavatski
2020-07-16 14:48:40 +03:00
parent 17c598568d
commit 68d2888a8c
4 changed files with 28 additions and 1 deletions

View File

@ -69,6 +69,7 @@ namespace osu.Game.Overlays.Toolbar
AutoSizeAxes = Axes.X,
Children = new Drawable[]
{
new ToolbarNewsButton(),
new ToolbarChangelogButton(),
new ToolbarRankingsButton(),
new ToolbarBeatmapListingButton(),