diff --git a/source/HUD.hx b/source/HUD.hx index 76752e1..4558a58 100644 --- a/source/HUD.hx +++ b/source/HUD.hx @@ -31,6 +31,6 @@ class HUD extends FlxSpriteGroup public function updateText() { - scoreTxt.text = "Score: ${PlayState.songScore} // Misses: ${PlayState.songMisses}"; + scoreTxt.text = 'Score: ${PlayState.songScore} // Misses: ${PlayState.songMisses}'; } -} \ No newline at end of file +}