1
This commit is contained in:
parent
beffee8a68
commit
23f40dbf5f
@ -48,8 +48,8 @@ namespace GameLogic
|
|||||||
var videoClip = GameModule.Resource.LoadAsset<VideoClip>(videoName);
|
var videoClip = GameModule.Resource.LoadAsset<VideoClip>(videoName);
|
||||||
|
|
||||||
//string audioName = "礼物" + (giftItemData.giftId - 1);
|
//string audioName = "礼物" + (giftItemData.giftId - 1);
|
||||||
//// 播放音效
|
// 播放音效
|
||||||
//GameModule.Audio.Play(TEngine.AudioType.UISound, audioName, false, 0.5f, true);
|
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 0.5f, true);
|
||||||
|
|
||||||
|
|
||||||
m_VideoPlayer.loopPointReached += HiddenVideoPlay;
|
m_VideoPlayer.loopPointReached += HiddenVideoPlay;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user