Ejemplo n.º 1
0
 void Start()
 {
     soul = GetComponent <Soul>();
     soul.Born();
     animator   = GetComponent <Animator>();
     spriteRend = GetComponent <SpriteRenderer> ();
     slowMusic.GetComponent <AudioSource> ();
     hardMusic.GetComponent <AudioSource> ();
     AtualizaRank();
     Camera.main.GetComponent <Camera2DFollow>().PlayShake();
     Boost();
 }