feat/add-throwable-items #9

Merged
Pierre1901 merged 6 commits from feat/add-throwable-items into Prototype 2026-04-06 21:50:28 +02:00
Showing only changes of commit 0554662c32 - Show all commits

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;