From 449af0ea186e134a48db36199959c1b2ee8c1779 Mon Sep 17 00:00:00 2001 From: MtH Date: Thu, 10 Mar 2022 01:33:05 +0100 Subject: [PATCH] rise from your grave --- source/NoteSplash.hx | 2 ++ source/PlayState.hx | 1 + 2 files changed, 3 insertions(+) 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;