Skip to content

Commit

Permalink
Update HUD.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Apr 11, 2024
1 parent 22f2b65 commit 97b9047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/HUD.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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}';
}
}
}

0 comments on commit 97b9047

Please # to comment.