From 3eaf85c1fe6994b169dc658b6abdb602c10067eb Mon Sep 17 00:00:00 2001 From: lengstrom Date: Fri, 25 Sep 2015 20:26:05 -0400 Subject: [PATCH] fixed things --- js_v9/view.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js_v9/view.js b/js_v9/view.js index 1edcc07..fbc4f25 100644 --- a/js_v9/view.js +++ b/js_v9/view.js @@ -22,7 +22,6 @@ function drawScoreboard() { scoreOpacity += 0.01; textOpacity += 0.01; } - ctx.globalAlpha = textOpacity; var scoreSize = 50; var scoreString = String(score);