Added constants for delay value

This commit is contained in:
Vinicius Barbosa
2021-05-18 20:19:18 +02:00
parent 06fffc499b
commit d05ffdf120
5 changed files with 18 additions and 13 deletions

View File

@ -198,7 +198,7 @@ namespace osu.Game.Screens.Ranking
using (BeginDelayedSequence(AccuracyCircle.ACCURACY_TRANSFORM_DELAY + AccuracyCircle.TEXT_APPEAR_DELAY, true))
{
this.Delay(-1000).Schedule(() => applauseSound?.Play());
this.Delay(ScorePanel.RESIZE_DURATION + ScorePanel.TOP_LAYER_EXPAND_DELAY - AccuracyCircle.APPLAUSE_DELAY).Schedule(() => applauseSound?.Play());
}
}