Exemplo n.º 1
0
 void Awake()
 {
     state = GetComponent<Sct_LavaState>();
     col = GetComponent<Sct_CollisionDetect>();
     variable = GetComponent<Sct_LavaVariable>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     col = GetComponent<Sct_CollisionDetect>();
 }
Exemplo n.º 3
0
 //private Sct_LavaSound sound;
 void Awake()
 {
     bodyControl = GetComponent<Sct_LavaBodyControl>();
     col = GetComponent<Sct_CollisionDetect>();
     mask = GetComponent<Sct_BubbleMask>();
     input = GetComponent<Sct_LavaInput>();
     variable = GetComponent<Sct_LavaVariable>();
     //sound = GetComponent<Sct_LavaSound>();
 }