This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-05 16:57:09 +08:00
parent 8aee807754
commit e707d40826

View File

@ -254,6 +254,8 @@ namespace GameLogic
// 先播放视频
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
m_video_Video.loopPointReached += (v) =>
{
@ -329,6 +331,7 @@ namespace GameLogic
// 先播放视频
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).VideoName;
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
m_video_Video.loopPointReached += (v) =>
{
@ -383,6 +386,7 @@ namespace GameLogic
// 先播放视频
string videoName = ConfigSystem.Instance.Tables.TbTeamConfig.Get(teamId).ImgName;
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName, false, 1, true);
m_video_SjVideo.loopPointReached += (v) =>
{