1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-09 00:04:42 +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); setupNoteSplash(x, y, noteData);
antialiasing = true;
// alpha = 0.75; // alpha = 0.75;
} }

View file

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