New sound effects with better names

This commit is contained in:
Dean Herbert
2017-11-25 23:11:18 +09:00
parent b3279082e2
commit 07d6a70028
8 changed files with 16 additions and 16 deletions

View File

@ -70,7 +70,7 @@ namespace osu.Game.Screens
if (osuGame != null)
Ruleset.BindTo(osuGame.Ruleset);
sampleExit = audio.Sample.Get(@"UI/melodic-1");
sampleExit = audio.Sample.Get(@"UI/screen-back");
}
protected override void OnResuming(Screen last)