Implement FrontPageDisplay

This commit is contained in:
Andrei Zavatski
2020-07-08 20:07:29 +03:00
parent 49d998c8db
commit 0b4213f330
3 changed files with 137 additions and 1 deletions

View File

@ -9,6 +9,7 @@ using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays.News;
using osu.Game.Overlays.News.Displays;
namespace osu.Game.Overlays
{
@ -87,7 +88,7 @@ namespace osu.Game.Overlays
if (current.NewValue == null)
{
LoadDisplay(Empty());
LoadDisplay(new FrontpageDisplay());
return;
}