1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-17 15:38:52 +00:00

rise from your grave

This commit is contained in:
MtH 2022-03-10 01:33:05 +01:00
parent 151c96afc8
commit 449af0ea18
2 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,8 @@ class NoteSplash extends FlxSprite
setupNoteSplash(x, y, noteData);
antialiasing = true;
// alpha = 0.75;
}

View file

@ -1839,6 +1839,7 @@ class PlayState extends MusicBeatState
{
if (_exiting)
return;
vocals.pause();
FlxG.sound.music.play();
Conductor.songPosition = FlxG.sound.music.time + Conductor.offset;