1
This commit is contained in:
parent
8aee807754
commit
e707d40826
@ -254,6 +254,8 @@ 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);
|
||||||
|
|
||||||
|
|
||||||
m_video_Video.loopPointReached += (v) =>
|
m_video_Video.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
@ -329,6 +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);
|
||||||
|
|
||||||
m_video_Video.loopPointReached += (v) =>
|
m_video_Video.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
@ -383,6 +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);
|
||||||
|
|
||||||
m_video_SjVideo.loopPointReached += (v) =>
|
m_video_SjVideo.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user