Skip to content

Instantly share code, notes, and snippets.

@bashbaugh
Last active February 26, 2019 02:59
Show Gist options
  • Save bashbaugh/dd02ae9346a7484527cf999ae7420e74 to your computer and use it in GitHub Desktop.
Save bashbaugh/dd02ae9346a7484527cf999ae7420e74 to your computer and use it in GitHub Desktop.
// Draw score:
canvas.fillStyle = text_color; // set color
canvas.font = "20px Arial"; // set font and font size
canvas.fillText(score, 20, 20); // draw text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment