From b351a0d65629fee55d73fb291ae4c81e3b73447e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 11 Jan 2025 12:19:01 +0100 Subject: calm down player --- game/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/Config.h b/game/Config.h index fc1a561..c819a4e 100644 --- a/game/Config.h +++ b/game/Config.h @@ -49,7 +49,7 @@ static constexpr const char * DISTANCE_RUN = "distance_run"; // Player config static constexpr const char * PLAYER_NAME = "player"; static constexpr int PLAYER_SPEED = 7500; // In game units -static constexpr float PLAYER_GRAVITY_SCALE = 3; // factor +static constexpr float PLAYER_GRAVITY_SCALE = 2.2; // factor static constexpr float PLAYER_HELP_KICK_SCALE = 0.2; // factor static constexpr float PLAYER_HELP_KICK_MAX = 0.3; // factor -- cgit v1.2.3