Skip to content
This repository has been archived by the owner on Apr 29, 2018. It is now read-only.

Commit

Permalink
User clicks to start game.
Browse files Browse the repository at this point in the history
Closes #8.
  • Loading branch information
Leon Byford committed Mar 30, 2015
1 parent f243722 commit dcd28f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ function title() {
ctx.font = "32px Verdana";
ctx.fillText("Pongy in the Middle", 640/2, 64);
ctx.fillText("a game by Leon Byford", 640/2, 128);
ctx.fillText("Move mouse here to start", 640/2, 192);
ctx.fillText("Click to start", 640/2, 192);

initVars();
flgGameOver = true;
}


Expand Down

0 comments on commit dcd28f3

Please # to comment.