doors no longer collide with frame & fixed mom hit

This commit is contained in:
Melbyj1125
2022-02-25 14:56:30 -06:00
parent 4ab94edb59
commit 46dff8f663
20 changed files with 238 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ public class dPlayCam : NetworkBehaviour
void Start ()
{
rad = (transform.position - player.transform.position);
}
void Update ()