1
This commit is contained in:
parent
1bfbc96f11
commit
0188f7130d
@ -254,7 +254,7 @@ namespace GameLogic
|
|||||||
|
|
||||||
// 先播放视频
|
// 先播放视频
|
||||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
|
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) =>
|
m_video_Video.loopPointReached += (v) =>
|
||||||
@ -331,7 +331,7 @@ namespace GameLogic
|
|||||||
|
|
||||||
// 先播放视频
|
// 先播放视频
|
||||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).VideoName;
|
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) =>
|
m_video_Video.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
@ -386,7 +386,7 @@ namespace GameLogic
|
|||||||
|
|
||||||
// 先播放视频
|
// 先播放视频
|
||||||
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
|
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) =>
|
m_video_SjVideo.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user