diff --git a/tetris.js b/tetris.js index 103a610c..cf5934ad 100644 --- a/tetris.js +++ b/tetris.js @@ -238,10 +238,10 @@ function drawGameOverScreen(){ function drawMainMenu(){ context.fillStyle='#303040' context.fillRect(0,0, canvas.width, canvas.height) - context.fillStyle='white' + context.fillStyle='red' context.font = '32px Russo One'; context.textAlign = "center"; - context.fillText("Lets Play..", canvas.width /2, canvas.height /2) + context.fillText("Lets PlayYYYY..", canvas.width /2, canvas.height /2) if(window.localStorage.getItem('highscore') !== null){ context.font = '18px Russo One';