Added gun shoot event and recoil

This commit is contained in:
2024-12-08 11:56:39 +01:00
parent f597af454a
commit 10b694496b
62 changed files with 11377 additions and 7486 deletions

View File

@@ -10,6 +10,7 @@ public class PlayerMovement : MonoBehaviour
public float gravity = -9.81f;
public float jumpHeight = 3f;
public Transform groundCheck;
public float groundDistance = 0.4f;
public LayerMask groundMask;