Leave bigger gap if replaying

This commit is contained in:
Paul Teng
2018-10-30 08:32:12 -04:00
parent b351aae93f
commit 4bc9161cd1
2 changed files with 4 additions and 0 deletions

View File

@ -134,11 +134,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);
}
}