Răsfoiți Sursa

启动提示

guodong 2 ani în urmă
părinte
comite
7791df7b73
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      GameClient/Assets/Game/Launcher/LauncherController.cs

+ 1 - 2
GameClient/Assets/Game/Launcher/LauncherController.cs

@@ -30,7 +30,6 @@ namespace GFGGame
             }
             else
             {
-                LauncherView.Instance.SetDesc("正在请求权限...");
                 LauncherAgreeView.Instance.Open(() => {
                     InitBugly();
                     onSuccess?.Invoke();
@@ -96,7 +95,7 @@ namespace GFGGame
 
         private static void StartGame()
         {
-            LauncherView.Instance.SetDesc($"正在启动游戏...");
+            LauncherView.Instance.SetDesc($"稍等片刻,精彩立刻呈现...");
             HotUpdateCodeLoader.Instance.StartLoad();
         }