One whole team
This commit is contained in:
@@ -50,7 +50,7 @@ public class FirstPlayerController : MonoBehaviour
|
||||
CameraMovement cm = this.mainCamera.GetComponent<CameraMovement>();
|
||||
if (distance <= 0.1f)
|
||||
{
|
||||
cm.myPlayer = GameObject.Find("man-cowboy_Rig").transform;
|
||||
cm.myPlayer = this.gameObject.transform;
|
||||
print("prati covjeka");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user