NPC
This commit is contained in:
@@ -12,7 +12,7 @@ public class carcontrolv2 : MonoBehaviour
|
||||
|
||||
public float autoBrake;
|
||||
|
||||
public GameObject lookat;
|
||||
//public GameObject lookat;
|
||||
public AudioSource audio;
|
||||
|
||||
WheelControl[] wheels;
|
||||
@@ -118,7 +118,7 @@ public class carcontrolv2 : MonoBehaviour
|
||||
}
|
||||
|
||||
|
||||
lookat.transform.localPosition = new Vector3 (THINP*1.5f,1,4);
|
||||
//lookat.transform.localPosition = new Vector3 (THINP*1.5f,1,4);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user