From b906e319db00a69160f352d8fd820fe0e2b7c7c3 Mon Sep 17 00:00:00 2001 From: Thomas Hammer Date: Fri, 9 Mar 2018 19:22:11 +0100 Subject: [PATCH] changed spacing to be playable --- pipe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;