Added gun shoot event and recoil
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user