Ejemplo n.º 1
0
 void Start()
 {
     mUIcontroller   = GetComponent <UIcontroller>();
     mAudioM         = DominoAudioManger.Instance;
     AllDominos      = new GameObject();
     AllDominos.name = "AllDominos";
     ListDominos     = new List <DominosController>();
     CurrentLvl      = Instantiate(Level_heart);
     if (CurrentLvl != null)
     {
         mStarter = CurrentLvl.GetComponentInChildren <Startdomino>();
     }
     MissionCompleteNum = 0;
     mDonimoTotalNum    = 0;
     IsStartPush        = false;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     mAudioM = DominoAudioManger.Instance;
 }
Ejemplo n.º 3
0
 void Awake()
 {
     instance = this;
 }