Merge remote-tracking branch 'origin/Over' into Syntriax
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user