浏览代码

蜃中楼特效

zhaoyang 2 年之前
父节点
当前提交
da592429df
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -365,10 +365,10 @@ namespace GFGGame
             LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.CHUN_ZHONG_LOU, 1);
             if (isOpen) return;
             isOpen = true;
-            _ui.m_btnMain.m_holder1.visible = true;
+            // _ui.m_btnMain.m_holder1.visible = true;
             // Timers.inst.Add(effectTime, 1, (param) =>
             // {
-            _ui.m_btnMain.m_holder1.visible = false;
+            // _ui.m_btnMain.m_holder1.visible = false;
             // this.Hide();
             ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
             isOpen = false; ;