Add chat toggle button.

This commit is contained in:
Dean Herbert
2017-04-19 19:54:03 +09:00
parent c7246fd2ac
commit 093abd6872
4 changed files with 26 additions and 0 deletions

View File

@ -72,6 +72,7 @@ namespace osu.Game.Overlays.Toolbar
AutoSizeAxes = Axes.X,
Children = new Drawable[]
{
new ToolbarChatButton(),
new ToolbarMusicButton(),
new ToolbarButton
{