Last active
February 26, 2019 02:59
-
-
Save bashbaugh/dd02ae9346a7484527cf999ae7420e74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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