// Start is called before the first frame update
 void Start()
 {
     m_fase   = FASEDIA.dia;
     m_master = scr_gameMaster.GetSingleton();
     m_master.init();
 }