Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     //clear score
     pointCounter.clear();
     // move the snake every 75ms
     InvokeRepeating("Move", 0.075f, 0.075f);
 }