mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:53:21 +08:00
Revert "Swap placements of "hold for menu" and key counter"
This reverts commit 5bcb7c167c
.
This commit is contained in:
parent
ad9b119e3d
commit
b99541fb5e
@ -111,11 +111,8 @@ namespace osu.Game.Screens.Play
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
KeyCounter = CreateKeyCounter(),
|
||||
HoldToQuit = CreateHoldForMenuButton(),
|
||||
KeyCounter = CreateKeyCounter().With(k =>
|
||||
{
|
||||
k.Margin = new MarginPadding { Horizontal = 10 };
|
||||
}),
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -238,11 +235,13 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
PlayerSettingsOverlay.Show();
|
||||
ModDisplay.FadeIn(200);
|
||||
KeyCounter.Margin = new MarginPadding(10) { Bottom = 30 };
|
||||
}
|
||||
else
|
||||
{
|
||||
PlayerSettingsOverlay.Hide();
|
||||
ModDisplay.Delay(2000).FadeOut(200);
|
||||
KeyCounter.Margin = new MarginPadding(10);
|
||||
}
|
||||
|
||||
updateVisibility();
|
||||
|
Loading…
Reference in New Issue
Block a user