1
0
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:
Dean Herbert 2024-12-13 18:58:10 +09:00
parent f84c67babd
commit 4b0cdd761d
No known key found for this signature in database

View File

@ -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,