From 675f59cff39babcc2240b8499c99184c76aef9de Mon Sep 17 00:00:00 2001 From: iKittyCode <73798015+iKittyCode@users.noreply.github.com> Date: Sat, 14 Nov 2020 09:35:26 -0500 Subject: [PATCH] Changing lift --- bird.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}