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(); }