Merge remote-tracking branch 'origin/Over' into Syntriax

This commit is contained in:
2022-02-22 22:03:24 +03:00
3 changed files with 123 additions and 158 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;
@@ -228,7 +228,8 @@ namespace Player
public void OnInteract(InputAction.CallbackContext context)
{
if (_playerInteractableTrigger.IsCollided)
throw new NotImplementedException();
{
}
}
public void OnClimb(InputAction.CallbackContext context)