oices path

This commit is contained in:
George FunBook 2021-02-15 15:49:13 -06:00
parent 145e32c5f8
commit 1eae204b37
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ class ChartingState extends MusicBeatState
FlxG.sound.playMusic(Paths.inst(daSong), 0.6);
// WONT WORK FOR TUTORIAL OR TEST SONG!!! REDO LATER
vocals = new FlxSound().loadEmbedded(Paths.music(daSong + "_Voices"));
vocals = new FlxSound().loadEmbedded(Paths.voices(daSong));
FlxG.sound.list.add(vocals);
FlxG.sound.music.pause();