Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Increased maximum downwards velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Aziz Khalil Ajayi committed Nov 13, 2020
1 parent 63229f5 commit 45f0860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SquareRunX/SquareRunX/Source/Game/Utils/PhysicsHandling.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enum class ColliderSide

namespace PhysicsConstants
{
static constexpr float GRAVITY = 0.0075f, TERMINAL_VELOCITY = 1.5f;
static constexpr float GRAVITY = 0.0075f, TERMINAL_VELOCITY = 2.0f;
}

class ColliderBox
Expand Down

0 comments on commit 45f0860

Please sign in to comment.