This commit is contained in:
haitem 2022-01-29 21:22:24 +01:00
commit 4d1855627c
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ public class PlayerController : MonoBehaviour
Rigidbody rb;
float moveDirectionY;
public bool isRunning = false;
public bool isFalling = false;
[Header("Jump")]
public float jumpSpeed = 7.5f;
[HideInInspector]