| | |
| | | |
| | | |
| | | [SerializeField] Image m_Logo; |
| | | [SerializeField] UIAlphaTween m_AlphaTween; |
| | | // [SerializeField] UIAlphaTween m_AlphaTween; |
| | | [SerializeField] RectTransform m_WaitServerList; |
| | | [SerializeField] RectTransform m_ContainerEnterGame; |
| | | [SerializeField] RectTransform m_ContainerAccount; |
| | |
| | | ServerListCenter.Instance.RequestPlayerServerList(); |
| | | LoginManager.Instance.isLogined = false; |
| | | ServerListCenter.Instance.FiltrateDefaultServerAndServerGroup(); |
| | | m_AlphaTween.SetStartState(); |
| | | // m_AlphaTween.SetStartState(); |
| | | |
| | | Refresh(); |
| | | |
| | | m_AlphaTween.Play(() => { |
| | | firstOpenEnd = true; |
| | | InGameDownLoad.Instance.downLoadGo = false; |
| | | DownloadMgr.MaxDownLoadTask = InGameDownLoad.Instance.GetMaxTask(); |
| | | }); |
| | | // m_AlphaTween.Play(() => { |
| | | // firstOpenEnd = true; |
| | | // InGameDownLoad.Instance.downLoadGo = false; |
| | | // DownloadMgr.MaxDownLoadTask = InGameDownLoad.Instance.GetMaxTask(); |
| | | // }); |
| | | } |
| | | |
| | | protected override void OnOpenAnimationComplete() |
| | | { |
| | | base.OnOpenAnimationComplete(); |
| | | |
| | | firstOpenEnd = true; |
| | | InGameDownLoad.Instance.downLoadGo = false; |
| | | DownloadMgr.MaxDownLoadTask = InGameDownLoad.Instance.GetMaxTask(); |
| | | } |
| | | |
| | | protected override void OnPreClose() |