Exemplo n.º 1
0
 void Start()
 {
     Controller      = GameObject.Find("controller2").GetComponent <controllerTut> ();
     screenWidthHalf = Screen.width / 2;
     Tut             = GameObject.Find("tut").GetComponent <tut> ();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     me = this;
 }