1
This commit is contained in:
parent
1bfbc96f11
commit
0188f7130d
@ -219,7 +219,7 @@ namespace GameLogic
|
||||
|
||||
// 触发历史事件条件
|
||||
m_img_HuangJinShiDai.gameObject.SetActive(true);
|
||||
|
||||
|
||||
|
||||
// 设置用户信息显示
|
||||
DataGameSceneManager.Instance.sjDatas.Sort((a, b) =>
|
||||
@ -235,7 +235,7 @@ namespace GameLogic
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
// 设置用户信息
|
||||
m_textHuangJinInfo.text = string.Format(
|
||||
config.TextInfo,
|
||||
@ -254,7 +254,7 @@ namespace GameLogic
|
||||
|
||||
// 先播放视频
|
||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true);
|
||||
|
||||
|
||||
m_video_Video.loopPointReached += (v) =>
|
||||
@ -331,7 +331,7 @@ namespace GameLogic
|
||||
|
||||
// 先播放视频
|
||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).VideoName;
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true);
|
||||
|
||||
m_video_Video.loopPointReached += (v) =>
|
||||
{
|
||||
@ -386,7 +386,7 @@ namespace GameLogic
|
||||
|
||||
// 先播放视频
|
||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
|
||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName+ "_Audio", false, 1, true);
|
||||
|
||||
m_video_SjVideo.loopPointReached += (v) =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user