Skip to content

Commit

Permalink
Update spaceinvaders.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kduckets committed Nov 3, 2023
1 parent 5e1cb67 commit b2c1d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/spaceinvaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ WelcomeState.prototype.draw = function(game, dt, ctx) {
ctx.fillText("Restart Game?", game.width / 2, game.height/2 - 40);
ctx.font="16px Arial";

ctx.fillText("Press 'Space' or tap", game.width / 2, game.height/2);
ctx.fillText("Press 'Space' or tap to play", game.width / 2, game.height/2);
};

WelcomeState.prototype.keyDown = function(game, keyCode) {
Expand Down

0 comments on commit b2c1d5b

Please sign in to comment.