|
@@ -225,7 +225,7 @@ public class SFSPlazaRoomManager
|
|
|
}
|
|
|
);
|
|
|
|
|
|
- JoinRoomCoroutine = DelayCall.Call(20f, () => { OnJoinPlazaRoomError(JoinRoomResult.Unknown); });
|
|
|
+ JoinRoomCoroutine = DelayCall.Call(5f, () => { OnJoinPlazaRoomError(JoinRoomResult.Unknown); });
|
|
|
}
|
|
|
|
|
|
public void TryEnterPlazaRoom()
|
|
@@ -246,15 +246,15 @@ public class SFSPlazaRoomManager
|
|
|
|
|
|
if (JoinRoomResult == JoinRoomResult.RoomFullError)
|
|
|
{
|
|
|
- Bubble.Show(null, Language.GetStr("UI", "Z_RoomFull"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); }, null, false);
|
|
|
+ Bubble.Show(null, Language.GetStr("UI", "Z_RoomFull"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); ManaAudio.MusicTheme.TweenForAudio(); }, null, false);
|
|
|
}
|
|
|
else if (JoinRoomResult == JoinRoomResult.RoomExpireError)
|
|
|
{
|
|
|
- Bubble.Show(null, Language.GetStr("UI", "Z_RoomExpire"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); }, null, false);
|
|
|
+ Bubble.Show(null, Language.GetStr("UI", "Z_RoomExpire"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); ManaAudio.MusicTheme.TweenForAudio(); }, null, false);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- Bubble.Show(null, Language.GetStr("UI", "Z_Unknown"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); }, null, false);
|
|
|
+ Bubble.Show(null, Language.GetStr("UI", "Z_Unknown"), null, null, () => { ManaReso.Get("V_BlackMask").TweenForCG(); ManaAudio.MusicTheme.TweenForAudio(); }, null, false);
|
|
|
}
|
|
|
}
|
|
|
}
|