From a43b104635de82a26d85baa938849065e511b27c Mon Sep 17 00:00:00 2001 From: henry-hiles Date: Fri, 26 Nov 2021 12:45:04 -0500 Subject: [PATCH] Made the holes bigger so thatt the game is easier. --- pipe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipe.js b/pipe.js index 7455eed..bd7a26c 100644 --- a/pipe.js +++ b/pipe.js @@ -1,4 +1,4 @@ -const HOLE_HEIGHT = 200 +const HOLE_HEIGHT = 250 const PIPE_WIDTH = 138 const PIPE_INTERVAL = 1500 const PIPE_SPEED = 0.5