Meeting updates

This commit is contained in:
RochesterX
2025-03-17 19:59:41 -04:00
parent 8a510c32d5
commit a3e2c9c6e2
8 changed files with 1676 additions and 1667 deletions

View File

@@ -37,6 +37,7 @@ public class UseItem : MonoBehaviour
{
heldItem.GetComponent<Collider2D>().enabled = true;
heldItem.GetComponent<Rigidbody2D>().bodyType = RigidbodyType2D.Dynamic;
heldItem.transform.position += Vector3.up * 3f;
heldItem = null;
isHoldingItem = false;
}