diff --git a/bird.js b/bird.js index c1098c9..da4998e 100644 --- a/bird.js +++ b/bird.js @@ -12,7 +12,7 @@ class Bird { this.x = 64; this.gravity = 0.6; - this.lift = -10; + this.lift = -16; this.velocity = 0; this.icon = birdSprite; @@ -43,4 +43,4 @@ class Bird { this.velocity = 0; } } -} \ No newline at end of file +}