add sfx for results screen + sound design tool

This commit is contained in:
Jamie Taylor
2021-05-27 15:04:22 +09:00
parent e8aa5c4ecf
commit 9ad87ee5dc
5 changed files with 1343 additions and 11 deletions

View File

@ -156,13 +156,6 @@ namespace osu.Game.Screens.Ranking
bool shouldFlair = player != null && !Score.Mods.Any(m => m is ModAutoplay);
ScorePanelList.AddScore(Score, shouldFlair);
if (shouldFlair)
{
AddInternal(applauseSound = Score.Rank >= ScoreRank.A
? new SkinnableSound(new SampleInfo("Results/rankpass", "applause"))
: new SkinnableSound(new SampleInfo("Results/rankfail")));
}
}
if (allowWatchingReplay)