Browse Source

暂时取消开场动画

guodong 1 year ago
parent
commit
24efbf09ba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -186,7 +186,8 @@ namespace GFGGame
                     // GameGlobal.isFirstEntry == true 
                     if (!InstanceZonesDataManager.CheckLevelPass(100001001))
                     {
-                        UICGView.Instance.Show();
+                        //UICGView.Instance.Show();
+                        StoryController.ShowLevelView(100001001);
                     }
                     else
                     {