diff --git a/Userland/Games/FlappyBug/Game.h b/Userland/Games/FlappyBug/Game.h index 0bffc2d18e..1c56fafec3 100644 --- a/Userland/Games/FlappyBug/Game.h +++ b/Userland/Games/FlappyBug/Game.h @@ -65,7 +65,7 @@ private: void flap() { - const float flap_strength = 15.0f; + const float flap_strength = 10.0f; velocity = -flap_strength; }