Skip to content

Commit

Permalink
Added simple ?easy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nebez committed Feb 12, 2014
1 parent 8da2228 commit 6580144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ var loopPipeloop;
$(document).ready(function() {
if(window.location.search == "?debug")
debugmode = true;
if(window.location.search == "?easy")
pipeheight = 200;

//get the highscore
var savedscore = getCookie("highscore");
Expand Down

0 comments on commit 6580144

Please sign in to comment.