Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     SetPlayer();
     rigidbody.centerOfMass = new Vector3(0, -1f, 0);
     SetValues();
     kartStatus = GetComponent <KartStatus>();
 }
Exemplo n.º 2
0
 void Start()
 {
     SetPlayer();
     rigidbody.centerOfMass = new Vector3(0, -1f, 0);
     SetValues();
     kartStatus      = GetComponent <KartStatus>();
     GeomController  = GetComponent <KartWheelGeomController>();
     ItemsController = GetComponent <KartItemsController>();
 }
Exemplo n.º 3
0
 void Start()
 {
     kartStatus = GetComponent <KartStatus>();
 }