Gravity increased

This commit is contained in:
MihailRis
2023-12-05 19:53:22 +03:00
parent fd11b55be7
commit ca2f3cc649
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const float PLAYER_GROUND_DAMPING = 10.0f;
const float PLAYER_AIR_DAMPING = 7.0f;
const float FLIGHT_SPEED_MUL = 4.0f;
const float CHEAT_SPEED_MUL = 5.0f;
const float JUMP_FORCE = 7.0f;
const float JUMP_FORCE = 8.0f;
Player::Player(glm::vec3 position, float speed, Camera* camera) :
speed(speed),