mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Implement notifications.
This commit is contained in:
@ -17,6 +17,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
public class Toolbar : OverlayContainer
|
||||
{
|
||||
public const float HEIGHT = 40;
|
||||
public const float TOOLTIP_HEIGHT = 30;
|
||||
|
||||
public Action OnHome;
|
||||
public Action<PlayMode> OnPlayModeChange;
|
||||
@ -73,10 +74,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
Icon = FontAwesome.fa_search
|
||||
},
|
||||
userArea = new ToolbarUserArea(),
|
||||
new ToolbarButton
|
||||
{
|
||||
Icon = FontAwesome.fa_bars
|
||||
},
|
||||
new ToolbarNotificationButton(),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user