Add rankings overlay to the game

This commit is contained in:
Andrei Zavatski
2020-02-13 13:39:33 +03:00
parent e022352812
commit a677aa6cfc
3 changed files with 27 additions and 1 deletions

View File

@ -70,6 +70,7 @@ namespace osu.Game.Overlays.Toolbar
Children = new Drawable[]
{
new ToolbarChangelogButton(),
new ToolbarRankingsButton(),
new ToolbarDirectButton(),
new ToolbarChatButton(),
new ToolbarSocialButton(),