From c9caeb44144b88cefbc0c855086cb11d986d8d70 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 29 八月 2018 15:18:06 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Login/Launch.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Login/Launch.cs b/Core/GameEngine/Login/Launch.cs
index a9f7c08..044551c 100644
--- a/Core/GameEngine/Login/Launch.cs
+++ b/Core/GameEngine/Login/Launch.cs
@@ -61,7 +61,7 @@
{
Config.Instance.PreLoadConfigs();
ServerListCenter.Instance.RequestJumpUrl();
- WindowCenter.Instance.OpenFromLocal<LaunchBackGroundWin>();
+
WindowCenter.Instance.OpenFromLocal<LaunchWin>();
DebugUtility.Instance.CreateDebugRoot();
@@ -280,6 +280,16 @@
UI3DModelExhibition.CreateStage();
+ var launchWin = WindowCenter.Instance.Get<LaunchWin>();
+ if (launchWin != null)
+ {
+ launchWin.FadeOut();
+ }
+
+ WindowCenter.Instance.Open<LaunchBackGroundWin>(true);
+ var launchBackGroundWin = WindowCenter.Instance.Get<LaunchBackGroundWin>();
+ launchBackGroundWin.transform.SetAsFirstSibling();
+
progressBuf = progress;
timer = 0f;
duration = 1f;
--
Gitblit v1.8.0