处理声音问题
This commit is contained in:
parent
e262b2aeef
commit
5687610028
@ -346,7 +346,7 @@ namespace GameLogic
|
|||||||
//Log.Debug("当前送礼礼物ID:" + giftConfig.Id);
|
//Log.Debug("当前送礼礼物ID:" + giftConfig.Id);
|
||||||
|
|
||||||
// 统一在这里处理播放音频
|
// 统一在这里处理播放音频
|
||||||
GameModule.Audio.Play(TEngine.AudioType.Sound, giftConfig.EffectAudioName, false, 1);
|
GameModule.Audio.Play(TEngine.AudioType.UISound, giftConfig.EffectAudioName, false, 1);
|
||||||
|
|
||||||
// 整个Buff系统看看如何重构一下,部分礼物效果并不好实现
|
// 整个Buff系统看看如何重构一下,部分礼物效果并不好实现
|
||||||
if (giftConfig.Id == 1)
|
if (giftConfig.Id == 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user