diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-11 12:32:35 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-11 12:32:35 +0100 |
commit | 9f6cfa2f4484b1abd79e126583f8baa8a2cbd7f8 (patch) | |
tree | 8b065afdefeddf9594f84d050d930c3ec3e73199 | |
parent | b7218e8854f6f4d86b252bdb526606e00e1baa87 (diff) | |
parent | b351a0d65629fee55d73fb291ae4c81e3b73447e (diff) |
Merge remote-tracking branch 'origin/master' into max/preview
-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 |