fixed things

This commit is contained in:
lengstrom 2015-09-25 20:26:05 -04:00
parent 053ca85431
commit 3eaf85c1fe

View file

@ -22,7 +22,6 @@ function drawScoreboard() {
scoreOpacity += 0.01;
textOpacity += 0.01;
}
ctx.globalAlpha = textOpacity;
var scoreSize = 50;
var scoreString = String(score);