From 243044702c6a743e57d322e5ca538d9897919026 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 11 十二月 2025 10:25:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Manager/StageManager.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Main/Manager/StageManager.cs b/Main/Manager/StageManager.cs
index eac6278..5d1fcad 100644
--- a/Main/Manager/StageManager.cs
+++ b/Main/Manager/StageManager.cs
@@ -51,7 +51,7 @@
 
         UIManager.Instance.OpenWindow<LaunchBackGroundWin>();
         UIManager.Instance.OpenWindow<LoginWin>();
-        SoundPlayer.Instance.StopBackGroundMusic();
+        // SoundPlayer.Instance.StopBackGroundMusic();
 
         if (VersionUtility.Instance.NeedDownAsset() && !AssetVersionUtility.hasDownLoadFullAsset)
         {
@@ -78,7 +78,8 @@
         {
             UIManager.Instance.OpenWindow<ServerForceExitHintWin>();
         }
-        SoundPlayer.Instance.StopBackGroundMusic();
+        // SoundPlayer.Instance.StopBackGroundMusic();
+        SoundPlayer.Instance.PlayLoginMusic();
     }
 
     protected float GetManagerRequestDataProgress()
@@ -114,7 +115,7 @@
         {
             AssetBundleUtility.Instance.Sync_LoadAll("maps/Game");
         }
-
+        SoundPlayer.Instance.StopBackGroundMusic();
         AsyncOperation asyncOperation = SceneManager.LoadSceneAsync("Game");
 
         await OnLoading(asyncOperation, () => (DTC0403_tagPlayerLoginLoadOK.finishedLogin ? .5f : 0f) + GetManagerRequestDataProgress() * .5f);

--
Gitblit v1.8.0