mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 10:02:54 +08:00
Add note about player settings overlay button
This commit is contained in:
parent
f84c67babd
commit
4b0cdd761d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user