Skip to content

Commit 381844d

Browse files
committed
[修改]1. 修改启动界面为全屏设置
1 parent 43458b0 commit 381844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static class LauncherUIHandler
1111

1212
public static async void Start()
1313
{
14-
_ui = await GameApp.UI.OpenUIFormAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading.Name);
14+
_ui = await GameApp.UI.OpenFullScreenAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading);
1515

1616
GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
1717
}

0 commit comments

Comments
 (0)