diff options
-rw-r--r-- | game/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |