mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Moved "ToolbarSocialButton"
This will remove it from coming off the screen.
This commit is contained in:
@ -69,12 +69,13 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
AutoSizeAxes = Axes.X,
|
AutoSizeAxes = Axes.X,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
|
||||||
|
new ToolbarSocialButton(),
|
||||||
new ToolbarNewsButton(),
|
new ToolbarNewsButton(),
|
||||||
new ToolbarChangelogButton(),
|
new ToolbarChangelogButton(),
|
||||||
new ToolbarRankingsButton(),
|
new ToolbarRankingsButton(),
|
||||||
new ToolbarBeatmapListingButton(),
|
new ToolbarBeatmapListingButton(),
|
||||||
new ToolbarChatButton(),
|
new ToolbarChatButton(),
|
||||||
new ToolbarSocialButton(),
|
|
||||||
new ToolbarMusicButton(),
|
new ToolbarMusicButton(),
|
||||||
//new ToolbarButton
|
//new ToolbarButton
|
||||||
//{
|
//{
|
||||||
|
Reference in New Issue
Block a user