Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     allTiles = new GridHandler[width, height];
     allDots  = new GameObject[width, height];
     swiper   = GameObject.FindObjectOfType <SwipeDots>();
     SettingUp();
 }
Ejemplo n.º 2
0
 private void Start()
 {
     gen          = GameObject.Find("Board").GetComponent <Generator>();
     swiperScript = GetComponent <SwipeDots>();
 }