Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     // Get Components
     rBody           = GetComponent <Rigidbody2D>();
     playerRigidbody = GameObject.Find("Player").GetComponent <Rigidbody2D>();
     wc = GetComponent <WraithController>();
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     // Fill Health
     health = maxHealth;
     // Get Components
     rBody = GetComponent <Rigidbody2D>();
     wc    = GetComponent <WraithController>();
     wa    = GetComponent <WraithAttack>();
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     // Get Components
     rBody = GetComponent <Rigidbody2D>();
     wc    = GetComponent <WraithController>();
 }