Made the holes bigger so thatt the game is easier.
This commit is contained in:
parent
a669d78605
commit
a43b104635
1 changed files with 1 additions and 1 deletions
2
pipe.js
2
pipe.js
|
@ -1,4 +1,4 @@
|
||||||
const HOLE_HEIGHT = 200
|
const HOLE_HEIGHT = 250
|
||||||
const PIPE_WIDTH = 138
|
const PIPE_WIDTH = 138
|
||||||
const PIPE_INTERVAL = 1500
|
const PIPE_INTERVAL = 1500
|
||||||
const PIPE_SPEED = 0.5
|
const PIPE_SPEED = 0.5
|
||||||
|
|
Reference in a new issue