fix: change the typo 'teh' into 'the' in the throw script

This commit is contained in:
Pierre Ryssen
2026-03-31 22:03:32 +02:00
parent e42114602a
commit 0554662c32

View File

@@ -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;