diff --git a/pipe.js b/pipe.js index c559e6f..b1d4ebd 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;