1
0
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:
Dean Herbert
2024-12-13 18:58:10 +09:00
Unverified
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,