From 381844db1db68f4af4f387e39ee9547a5bd30856 Mon Sep 17 00:00:00 2001 From: Blank Date: Wed, 18 Dec 2024 21:07:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]1.=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=95=8C=E9=9D=A2=E4=B8=BA=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs b/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs index effeb65..610cf32 100644 --- a/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs +++ b/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs @@ -11,7 +11,7 @@ public static class LauncherUIHandler public static async void Start() { - _ui = await GameApp.UI.OpenUIFormAsync("UI/UILauncher", UIGroupConstants.Loading.Name); + _ui = await GameApp.UI.OpenFullScreenAsync("UI/UILauncher", UIGroupConstants.Loading); GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate); }