miepzerino
2023-12-08 f39be74450278982fe7d96484fae083cc4d7dcbf
Assets/Scripts/PlayerController.cs
@@ -32,6 +32,8 @@
    private void FixedUpdate()
    {
        Debug.Log(moveInput.x);
        if (moveInput.y == 0)
        {
            if (rb.velocity.y <= maxFallSpeed)