fix: some small bug fixes and update help text

This commit is contained in:
Job
2025-07-17 20:25:28 +02:00
parent a76c0f6445
commit cc5e00e2f8
9 changed files with 87 additions and 20 deletions

View File

@@ -63,7 +63,6 @@ public class PlayerController : MonoBehaviour
{
_rb.AddForce(Vector2.up * jumpForce, ForceMode2D.Force);
_isJumping = true;
_jumpTimer = 0f;
_lastGroundedHorizontalInput = _moveHorizontal;
}