mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 19:24:24 +08:00
Add note about player settings overlay button
This commit is contained in:
@@ -62,6 +62,11 @@ namespace osu.Game.Screens.Play.HUD
|
||||
}
|
||||
});
|
||||
|
||||
// For future consideration, this icon should probably not exist.
|
||||
//
|
||||
// If we remove it, the following needs attention:
|
||||
// - Mobile support (swipe from side of screen?)
|
||||
// - Consolidating this overlay with the one at player loader (to have the animation hint at its presence)
|
||||
AddInternal(button = new IconButton
|
||||
{
|
||||
Icon = FontAwesome.Solid.Cog,
|
||||
|
||||
Reference in New Issue
Block a user