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

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Byford committed Mar 30, 2015
1 parent e62e828 commit fa4ccdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ function title() {
ctx.textAlign = "center";
ctx.font = "32px Verdana";
ctx.fillText("Pongy in the Middle", 640/2, 64);
ctx.fillText("v1.0.1", 640/2, 96);
ctx.fillText("a game by Leon Byford", 640/2, 128);
ctx.fillText("Click to start", 640/2, 192);
ctx.fillText("Click to start", 640/2, 256);
ctx.fillText("©2015 Leon Byford", 640/2, 416);
ctx.fillText("http://ldjb.uk/pongy", 640/2, 448);

initVars();
flgGameOver = true;
Expand Down

0 comments on commit fa4ccdb

Please # to comment.