fix: change the typo 'teh' into 'the' in the throw script
This commit is contained in:
@@ -11,7 +11,7 @@ public class PlayerHeadController : MonoBehaviour
|
|||||||
public bool isHoldingHead;
|
public bool isHoldingHead;
|
||||||
|
|
||||||
[Header("Grabbable")]
|
[Header("Grabbable")]
|
||||||
public Transform HandTransform; // in teh future hand maybe grab items but for now its an empty object
|
public Transform HandTransform; // in the future hand maybe grab items but for now its an empty object
|
||||||
public float ItemThrowForce = 10f;
|
public float ItemThrowForce = 10f;
|
||||||
public float ItemPickupDistance = 5f;
|
public float ItemPickupDistance = 5f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user