Skip to content

Commit

Permalink
[修改]1. 修改启动界面为全屏设置
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Dec 18, 2024
1 parent 43458b0 commit 381844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static class LauncherUIHandler

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

GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
}
Expand Down

0 comments on commit 381844d

Please sign in to comment.