diff --git a/source/NoteSplash.hx b/source/NoteSplash.hx index 36acc86a0..b23daefe6 100644 --- a/source/NoteSplash.hx +++ b/source/NoteSplash.hx @@ -22,6 +22,8 @@ class NoteSplash extends FlxSprite setupNoteSplash(x, y, noteData); + antialiasing = true; + // alpha = 0.75; } diff --git a/source/PlayState.hx b/source/PlayState.hx index a504c498a..345db7912 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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;