mirror of
https://github.com/ppy/osu
synced 2025-03-22 19:06:58 +00:00
Remove key hints for now
A proper design for this will come in the future.
This commit is contained in:
parent
0ce5c7468f
commit
b914bb1e2e
@ -376,7 +376,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
DeselectAllButton = new TriangleButton
|
DeselectAllButton = new TriangleButton
|
||||||
{
|
{
|
||||||
Width = 180,
|
Width = 180,
|
||||||
Text = "1. Deselect All",
|
Text = "Deselect All",
|
||||||
Action = DeselectAll,
|
Action = DeselectAll,
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
@ -386,7 +386,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
CloseButton = new TriangleButton
|
CloseButton = new TriangleButton
|
||||||
{
|
{
|
||||||
Width = 180,
|
Width = 180,
|
||||||
Text = "2. Close",
|
Text = "Close",
|
||||||
Action = Hide,
|
Action = Hide,
|
||||||
Margin = new MarginPadding
|
Margin = new MarginPadding
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user