mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-24 23:05:01 +00:00
vocals fix... lol!
This commit is contained in:
parent
109676522a
commit
b564ad087b
|
@ -1,5 +1,6 @@
|
||||||
package funkin.play;
|
package funkin.play;
|
||||||
|
|
||||||
|
import flixel.sound.FlxSound;
|
||||||
import funkin.ui.story.StoryMenuState;
|
import funkin.ui.story.StoryMenuState;
|
||||||
import flixel.addons.display.FlxPieDial;
|
import flixel.addons.display.FlxPieDial;
|
||||||
import flixel.addons.transition.FlxTransitionableState;
|
import flixel.addons.transition.FlxTransitionableState;
|
||||||
|
@ -867,6 +868,7 @@ class PlayState extends MusicBeatState
|
||||||
|
|
||||||
FlxG.sound.music.onComplete = endSong;
|
FlxG.sound.music.onComplete = endSong;
|
||||||
trace('Playing vocals...');
|
trace('Playing vocals...');
|
||||||
|
add(vocals);
|
||||||
vocals.play();
|
vocals.play();
|
||||||
|
|
||||||
#if discord_rpc
|
#if discord_rpc
|
||||||
|
|
Loading…
Reference in a new issue