mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
oices path
This commit is contained in:
parent
5b84e136fc
commit
7df55291a5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue