fixed things
This commit is contained in:
parent
053ca85431
commit
3eaf85c1fe
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ function drawScoreboard() {
|
|||
scoreOpacity += 0.01;
|
||||
textOpacity += 0.01;
|
||||
}
|
||||
|
||||
ctx.globalAlpha = textOpacity;
|
||||
var scoreSize = 50;
|
||||
var scoreString = String(score);
|
||||
|
|
Loading…
Reference in a new issue