Changed jump variable

This commit is contained in:
OverflowNarhoym
2022-02-22 19:58:15 +01:00
parent 643460f392
commit 6a0dd5f498
3 changed files with 121 additions and 157 deletions

View File

@@ -18,8 +18,8 @@ namespace Player
private const float DecelerationScale = 60.0f;
private const float RespawnLimit = -60.0f;
private const float FallMultiplier = 4.0f;
private const float LowJumpMultiplier = 4.0f;
private const float FallMultiplier = 5.0f;
private const float LowJumpMultiplier = 20.0f;
private PlayerInput _controls;
private Rigidbody2D _playerRigidbody2D;