Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     btn_NewGame.gameObject.SetActive(true);
     btn_Continue.gameObject.SetActive(false);
     m_hp.GetComponents <HP>();
     PauseGame();
     ActivateButtonIsMobile();
 }