mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Decrease alpha of delayed resume overlay as count approaches zero
Allows better visibility of playfield underneath it.
This commit is contained in:
parent
61350ebf6e
commit
67c0d7590a
@ -170,6 +170,8 @@ namespace osu.Game.Screens.Play
|
||||
countdownProgress.Progress = amountTimePassed;
|
||||
countdownProgress.InnerRadius = progress_stroke_width / progress_size / countdownProgress.Scale.X;
|
||||
|
||||
Alpha = 0.2f + 0.8f * newCount / 3f;
|
||||
|
||||
if (countdownCount != newCount)
|
||||
{
|
||||
if (newCount > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user