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:
parent
151c96afc8
commit
449af0ea18
|
@ -22,6 +22,8 @@ class NoteSplash extends FlxSprite
|
|||
|
||||
setupNoteSplash(x, y, noteData);
|
||||
|
||||
antialiasing = true;
|
||||
|
||||
// alpha = 0.75;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue