diff --git a/pipe.js b/pipe.js index d6b8961..332c462 100644 --- a/pipe.js +++ b/pipe.js @@ -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;