少年修仙传客户端代码仓库
client_Zxw
2018-12-28 0daf3cb8e2f73811a3f71c997f46cf79b87df745
5398 子 【开发】【1.4】跨服竞技场 / 【前端】【1.4】跨服竞技场开发
2个文件已修改
9 ■■■■■ 已修改文件
System/MainInterfacePanel/ChatFrame.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/MainInterfaceWin.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/ChatFrame.cs
@@ -71,8 +71,8 @@
            myTeamRefreshEvent();
            OnRefreshFairyInfo();
            CheckRealmSfx();
            MailCountChange();
            GetRealmLevel();
            if (PlayerDatas.Instance.hero != null)
            {
                if (PlayerDatas.Instance.hero.aiHandler.IsAuto())
@@ -80,8 +80,8 @@
                    OnHeroHandupAIStopPassive();
                }
            }
            MailCountChange();
            GetRealmLevel();
        }
        public void OnAfterOpen()
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -1284,6 +1284,7 @@
                m_TaskSwithButton.gameObject.SetActive(false);
                m_InGamePusher.gameObject.SetActive(false);
                m_RedBag.gameObject.SetActive(false);
                IsShowTaskPanel();
                if (Vector3.Distance(m_CastSkillTip.localPosition, m_position2_S.localPosition) <= 1)//技能面板收起状态
                {
                    ShowCastSkill();//显示技能组,隐藏按钮组(强制切换)