Skip to content

Commit

Permalink
Merge pull request #26 from detolly/betterspacingg
Browse files Browse the repository at this point in the history
Changed spacing to be playable
  • Loading branch information
meiamsome authored Mar 9, 2018
2 parents 763eb34 + b906e31 commit 70e7bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Pipe {
constructor() {
this.spacing = 110;
this.spacing = 125;
this.top = random(height / 6, 3 / 4 * height);
this.bottom = this.top + this.spacing;

Expand Down

0 comments on commit 70e7bf7

Please sign in to comment.